mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2024-11-01 09:31:22 +00:00
19 lines
276 B
JSON
19 lines
276 B
JSON
{
|
|
"/ws": {
|
|
"target": "http://localhost:8888",
|
|
"secure": false,
|
|
"ws": true
|
|
},
|
|
|
|
"/terminal": {
|
|
"target": "http://localhost:8888",
|
|
"secure": false,
|
|
"ws": true
|
|
},
|
|
|
|
"/webservice": {
|
|
"target": "http://localhost:8888",
|
|
"secure": false
|
|
}
|
|
}
|