2019-01-30 03:39:42 -05:00
|
|
|
{
|
|
|
|
"/api": {
|
|
|
|
"target": "http://localhost:9000",
|
|
|
|
"secure": false
|
|
|
|
},
|
|
|
|
"/static": {
|
|
|
|
"target": "http://localhost:9000",
|
|
|
|
"secure": false
|
2019-04-15 03:43:23 -04:00
|
|
|
},
|
|
|
|
"/socket.io": {
|
2019-06-11 08:30:49 -04:00
|
|
|
"target": "ws://localhost:9000",
|
|
|
|
"secure": false,
|
|
|
|
"ws": true
|
2019-01-30 03:39:42 -05:00
|
|
|
}
|
|
|
|
}
|