OpenSlides/client/proxy.conf.json

24 lines
507 B
JSON
Raw Normal View History

{
"/apps/users/login": {
"target": "http://localhost:8000",
"secure": false
},
"/apps/users/logout": {
"target": "http://localhost:8000",
"secure": false
},
"/apps/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
}
}