proxy (for dev): use server default port 5080
This commit is contained in:
parent
1f16faf060
commit
f7629e36e0
1 changed files with 35 additions and 35 deletions
|
@ -7,7 +7,7 @@
|
|||
"/docs",
|
||||
"/api"
|
||||
],
|
||||
"target": "http://127.0.0.1:5000",
|
||||
"target": "http://127.0.0.1:5080",
|
||||
"secure": false,
|
||||
"ws": true
|
||||
},
|
||||
|
@ -28,7 +28,7 @@
|
|||
"secure": false,
|
||||
"changeOrigin": true,
|
||||
"pathRewrite": {
|
||||
"^/static/tiles" : ""
|
||||
"^/static/tiles": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue