16ee9414dc
see commit c703ba9e5f
20 lines
380 B
JSON
20 lines
380 B
JSON
{
|
|
"/apps/": {
|
|
"target": "http://localhost:8000",
|
|
"secure": false
|
|
},
|
|
"/media/": {
|
|
"target": "http://localhost:8000",
|
|
"secure": false
|
|
},
|
|
"/rest/": {
|
|
"target": "http://localhost:8000",
|
|
"secure": false
|
|
},
|
|
"/ws/": {
|
|
"target": "ws://localhost:8000",
|
|
"secure": false,
|
|
"ws": true
|
|
}
|
|
}
|