whoops. https
This commit is contained in:
parent
b136f02833
commit
48058b4cb4
@ -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,
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user