24 lines
507 B
JSON
24 lines
507 B
JSON
{
|
|
"/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
|
|
}
|
|
}
|