🤦 revert changes to angular-proxy.json

This commit is contained in:
Cucumberrbob 2025-02-28 13:21:35 +00:00
parent 0dc9d687b9
commit 7d8e6eb788
No known key found for this signature in database
GPG key ID: 2B935C47401C3614

View file

@ -1,10 +1,10 @@
{ {
"/Api": { "/Api": {
"target": "http://sativus.local:6500/", "target": "http://localhost:6500/",
"secure": false "secure": false
}, },
"/hub": { "/hub": {
"target": "http://sativus.local:6500/", "target": "http://localhost:6500/",
"secure": false, "secure": false,
"ws": true "ws": true
} }