forked from platypush/platypush
Only include /ws/events as a proxied websocket, without messing with the /ws route exposed by the Vue debugger
This commit is contained in:
parent
059fff8558
commit
bdbbd24e6f
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ module.exports = {
|
|||
target: 'http://localhost:8008',
|
||||
changeOrigin: true
|
||||
},
|
||||
'/ws/*': {
|
||||
'/ws/events': {
|
||||
target: 'http://localhost:8008',
|
||||
ws: true,
|
||||
changeOrigin: true
|
||||
|
|
Loading…
Reference in a new issue