Proxy websocket when running local environment.
This commit is contained in:
@@ -2,5 +2,10 @@
|
||||
"/api": {
|
||||
"target": "http://localhost:8999/",
|
||||
"secure": false
|
||||
},
|
||||
"/ws": {
|
||||
"target": "http://localhost:8999/",
|
||||
"secure": false,
|
||||
"ws": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user