Add proxy configuration to ease development

This commit is contained in:
Bálint Bokros 2018-02-01 15:57:36 +01:00
parent dfd5712951
commit 858f372ca8

18
proxy.conf.json Normal file
View File

@ -0,0 +1,18 @@
{
"/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
}
}