Proxy: add docs

This commit is contained in:
phil 2024-02-27 11:49:11 +05:30
parent 534a41e962
commit c489a83285

View file

@ -17,6 +17,16 @@
"secure": false, "secure": false,
"ws": true "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": { "/api": {
"target": "http://127.0.0.1:5000", "target": "http://127.0.0.1:5000",
"secure": false, "secure": false,