OpenSlides/client/proxy.conf.json

24 lines
492 B
JSON
Raw Normal View History

{
"/users/login": {
"target": "http://localhost:8000",
"secure": false
},
"/users/logout": {
"target": "http://localhost:8000",
"secure": false
},
"/users/whoami": {
"target": "http://localhost:8000",
"secure": false
},
"/rest": {
"target": "http://localhost:8000",
"secure": false
},
"/ws/site": {
"target": "ws://localhost:8000",
"secure": false,
"ws": true
}
}