reverting proxy change

This commit is contained in:
Eugene Kallivrousis 2025-04-08 19:03:15 -04:00
parent 158f4587e2
commit b0676d31d2

View file

@ -1,10 +1,10 @@
{ {
"/Api": { "/Api": {
"target": "http://192.168.1.100:6502/", "target": "http://localhost:6502/",
"secure": false "secure": false
}, },
"/hub": { "/hub": {
"target": "http://192.168.1.100:6502/", "target": "http://localhost:6502/",
"secure": false, "secure": false,
"ws": true "ws": true
} }