whoops. https

This commit is contained in:
sigonasr2, Sig, Sigo 2021-07-26 03:54:13 +00:00
parent b136f02833
commit 48058b4cb4

View File

@ -9,9 +9,9 @@ module.exports = function(app) {
}) })
);*/ );*/
app.use( app.use(
"/ngsplanner/food", "/ngsplanner/*",
createProxyMiddleware({ createProxyMiddleware({
target: 'https://server:4501', target: 'http://server:4501',
changeOrigin: true, changeOrigin: true,
}) })
); );