Fix proxying so SPA in dev mode is happy.
This commit is contained in:
parent
d07d11cf04
commit
6fe512f051
@ -2,7 +2,6 @@ module.exports = {
|
|||||||
'/api': {
|
'/api': {
|
||||||
target: 'https://localhost:8443',
|
target: 'https://localhost:8443',
|
||||||
secure: false,
|
secure: false,
|
||||||
pathRewrite: {'^/api': ''},
|
|
||||||
logLevel: 'debug'
|
logLevel: 'debug'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user