feat(utilities): WS-uWS fixed socket path
This commit is contained in:
parent
95c5190b07
commit
9568925b5a
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ module.exports = {
|
|||
origin: "*",
|
||||
methods: ["GET", "POST", "PUT"]
|
||||
},
|
||||
path: '/ws-assist/socket',
|
||||
path: '/socket',
|
||||
transports: ['websocket'],
|
||||
// upgrade: false
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue