mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-01-15 20:41:55 +00:00
19 lines
271 B
JSON
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
|
|
}
|
|
}
|