mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-18 13:20:43 +00:00
Initial version of run-report
This commit is contained in:
@ -36,4 +36,12 @@ module.exports = function (app)
|
||||
changeOrigin: true,
|
||||
}),
|
||||
);
|
||||
|
||||
app.use(
|
||||
"/download/*",
|
||||
createProxyMiddleware({
|
||||
target: "http://localhost:8000",
|
||||
changeOrigin: true,
|
||||
}),
|
||||
);
|
||||
};
|
||||
|
Reference in New Issue
Block a user