update proxy
This commit is contained in:
parent
f422c2b4ce
commit
0582793805
@ -8,7 +8,13 @@ module.exports = function(app) {
|
||||
changeOrigin: true,
|
||||
})
|
||||
);*/
|
||||
|
||||
app.use(
|
||||
"/ngsplanner/*",
|
||||
createProxyMiddleware({
|
||||
target: 'https://server:4501',
|
||||
changeOrigin: true,
|
||||
})
|
||||
);
|
||||
app.use(
|
||||
"/ngsplanner",
|
||||
createProxyMiddleware({
|
||||
|
Loading…
x
Reference in New Issue
Block a user