mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-18 13:20:43 +00:00
Add table developer page, with api docs
This commit is contained in:
@ -52,4 +52,5 @@ module.exports = function (app)
|
||||
app.use("/processes", getRequestHandler());
|
||||
app.use("/reports", getRequestHandler());
|
||||
app.use("/images", getRequestHandler());
|
||||
app.use("/api", getRequestHandler());
|
||||
};
|
||||
|
Reference in New Issue
Block a user