80cfeaac35
Also: - Update dependencies - Clean up proxy file
20 lines
385 B
JSON
20 lines
385 B
JSON
{
|
|
"/apps/": {
|
|
"target": "http://localhost:8000",
|
|
"secure": false
|
|
},
|
|
"/media/": {
|
|
"target": "http://localhost:8000",
|
|
"secure": false
|
|
},
|
|
"/rest/": {
|
|
"target": "http://localhost:8000",
|
|
"secure": false
|
|
},
|
|
"/ws/site/": {
|
|
"target": "ws://localhost:8000",
|
|
"secure": false,
|
|
"ws": true
|
|
}
|
|
}
|