mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
log to webui - initial version
This commit is contained in:
@@ -9,4 +9,13 @@ module.exports = function (app) {
|
||||
changeOrigin: true
|
||||
})
|
||||
);
|
||||
|
||||
app.use(
|
||||
'/es/*',
|
||||
createProxyMiddleware({
|
||||
target: 'http://localhost:3090',
|
||||
secure: false,
|
||||
changeOrigin: true
|
||||
})
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user