Fix proxying so SPA in dev mode is happy.

This commit is contained in:
Marsell Kukuljevic 2021-05-02 01:13:30 +02:00
parent d07d11cf04
commit 6fe512f051
1 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,6 @@ module.exports = {
'/api': {
target: 'https://localhost:8443',
secure: false,
pathRewrite: {'^/api': ''},
logLevel: 'debug'
}
}
}