reverting proxy change
This commit is contained in:
parent
158f4587e2
commit
b0676d31d2
1 changed files with 2 additions and 2 deletions
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"/Api": {
|
||||
"target": "http://192.168.1.100:6502/",
|
||||
"target": "http://localhost:6502/",
|
||||
"secure": false
|
||||
},
|
||||
"/hub": {
|
||||
"target": "http://192.168.1.100:6502/",
|
||||
"target": "http://localhost:6502/",
|
||||
"secure": false,
|
||||
"ws": true
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue