mirror of
https://github.com/AIR-EISTI/hades.git
synced 2025-01-09 11:11:30 +01:00
11 lines
169 B
JSON
11 lines
169 B
JSON
{
|
|
"/api": {
|
|
"target": "http://localhost:5050",
|
|
"secure": false
|
|
},
|
|
"/ws": {
|
|
"target": "http://localhost:5050",
|
|
"ws":true,
|
|
"secure": false
|
|
}
|
|
}
|