OpenSlides/client/proxy.conf.json

19 lines
382 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
}
}