fix development server proxy

This commit is contained in:
2020-10-17 14:27:54 +02:00
parent 2cdc9813da
commit e15b16a65f
3 changed files with 18 additions and 5 deletions

View File

@@ -1,9 +1,21 @@
{
"/": {
"/assets": {
"target": "http://localhost:17333",
"secure": false,
"pathRewrite": {"^/foobar" : ""},
"changeOrigin": true,
"logLevel": "debug"
},
"/api": {
"target": "http://localhost:17333",
"secure": false,
"changeOrigin": true,
"logLevel": "debug"
},
"/img-generated": {
"target": "http://localhost:17333",
"secure": false,
"changeOrigin": true,
"logLevel": "debug"
}
}