Files
vripper-project/vripper-web-ui/src/proxy.conf.json
T
2023-05-13 17:16:00 +01:00

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"
}
}