hades/proxy.conf.json

11 lines
169 B
JSON

{
"/api": {
"target": "http://localhost:5050",
"secure": false
},
"/ws": {
"target": "http://localhost:5050",
"ws":true,
"secure": false
}
}