mirror of
https://github.com/dev-claw/vripper-project.git
synced 2026-08-19 08:35:41 +02:00
14 lines
220 B
JSON
14 lines
220 B
JSON
{
|
|
"/api": {
|
|
"target": "http://localhost:8080",
|
|
"secure": false,
|
|
"logLevel": "debug"
|
|
},
|
|
"/ws": {
|
|
"target": "http://localhost:8080",
|
|
"secure": false,
|
|
"ws": true,
|
|
"logLevel": "debug"
|
|
}
|
|
}
|