frontend-tutorial-framework/proxy.conf.json
2018-02-01 16:35:00 +01:00

19 lines
271 B
JSON

{
"/ws": {
"target": "http://localhost:8888",
"secure": false,
"ws": true
},
"/terminal": {
"target": "http://localhost:8888",
"secure": false,
"ws": true
},
"/login": {
"target": "http://localhost:8888",
"secure": false
}
}