OpenSlides/client/proxy.conf.json
FinnStutzenstein 3f78ba1f3d Structural changes:
- AuthenticationService->AuthService
- removed underscore-directories
- put site related stuff into site/
- same for projector
- auth service went into a core/ directory, used by site and projector
- the alert is now not global anymore. Every view can have its own alert
- make the auth service query users/whoami for the current user
- made a new OpenSlides service for managing the startup
... A lot todo ...
2018-08-15 10:19:45 +02:00

19 lines
382 B
JSON

{
"/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
}
}