diff --git a/gabinete-digital-fo.code-workspace b/gabinete-digital-fo.code-workspace index c089ef529..d93990a04 100644 --- a/gabinete-digital-fo.code-workspace +++ b/gabinete-digital-fo.code-workspace @@ -5,6 +5,9 @@ }, { "path": "../socket-server" + }, + { + "path": "../_________________" } ], "settings": { diff --git a/src/app/services/Repositorys/chat/infra/socket/socket.ts b/src/app/services/Repositorys/chat/infra/socket/socket.ts index 64aff9500..f8981d340 100644 --- a/src/app/services/Repositorys/chat/infra/socket/socket.ts +++ b/src/app/services/Repositorys/chat/infra/socket/socket.ts @@ -33,7 +33,7 @@ export class WebSocketService { this.messageSubject$ = new Subject(); this.connectionStatus$ = new BehaviorSubject(false); - this.connect('http://5.180.182.151:8080/') + this.connect('https://5-180-182-151.cloud-xip.com:85/ws/') this.messages$.subscribe(({payload, requestId, type}) => { if(this.callback[requestId]) {