Proxy: add docs
This commit is contained in:
parent
534a41e962
commit
c489a83285
1 changed files with 10 additions and 0 deletions
|
@ -17,6 +17,16 @@
|
|||
"secure": false,
|
||||
"ws": true
|
||||
},
|
||||
"/openapi.json": {
|
||||
"target": "http://127.0.0.1:5000",
|
||||
"secure": false,
|
||||
"ws": true
|
||||
},
|
||||
"/docs": {
|
||||
"target": "http://127.0.0.1:5000",
|
||||
"secure": false,
|
||||
"ws": true
|
||||
},
|
||||
"/api": {
|
||||
"target": "http://127.0.0.1:5000",
|
||||
"secure": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue