mirror of
https://github.com/AIR-EISTI/hades.git
synced 2025-05-18 08:52:35 +02: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
|
|
}
|
|
}
|