mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-18 13:20:43 +00:00
Move more into branding; proxy /images to backend (e.g., more overlays)
This commit is contained in:
@ -51,4 +51,5 @@ module.exports = function (app)
|
||||
app.use("/serverInfo", getRequestHandler());
|
||||
app.use("/processes", getRequestHandler());
|
||||
app.use("/reports", getRequestHandler());
|
||||
app.use("/images", getRequestHandler());
|
||||
};
|
||||
|
Reference in New Issue
Block a user