frotend: adding asist creds
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
e8d3ca63dc
commit
31e97bae0e
1 changed files with 1 additions and 0 deletions
|
|
@ -152,6 +152,7 @@ export default class AssistManager {
|
|||
const urlObject = new URL(window.env.API_EDP || window.location.origin) // does it handle ssl automatically?
|
||||
|
||||
const socket: Socket = this.socket = io(urlObject.origin, {
|
||||
withCredentials: true,
|
||||
multiplex: true,
|
||||
transports: ['websocket'],
|
||||
path: '/ws-assist/socket',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue