-
Fabian Gruenwald authored99029be4
Forked from an inaccessible project.
{
"/spacy": {
"target": "https://spacy.frag.jetzt/dep",
"secure": true,
"changeOrigin": true,
"pathRewrite": {
"^/spacy": ""
}
},
"/api/ws/websocket": {
"target": "ws://localhost:8080",
"secure": false,
"pathRewrite": {
"^/api": ""
},
"ws": true,
"logLevel": "debug"
},
"/api": {
"target": "http://localhost:8888",
"secure": false,
"pathRewrite": {
"^/api": ""
},
"logLevel": "debug"
}
}