mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-17 12:50:43 +00:00
Add proxy for /material-dashboard-backend/* (initially for field onLoad/Change form adjusters)
This commit is contained in:
@ -59,4 +59,5 @@ module.exports = function (app)
|
||||
app.use("/*api", getRequestHandler());
|
||||
app.use("/qqq/*", getRequestHandler());
|
||||
app.use("/dynamic-qfmd-components/*", getRequestHandler());
|
||||
app.use("/material-dashboard-backend/*", getRequestHandler());
|
||||
};
|
||||
|
Reference in New Issue
Block a user