mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 13:26:08 +00:00
add ssl to socket
This commit is contained in:
@@ -33,7 +33,7 @@ export class WebSocketService {
|
||||
this.messageSubject$ = new Subject<WebSocketMessage>();
|
||||
this.connectionStatus$ = new BehaviorSubject<boolean>(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]) {
|
||||
|
||||
Reference in New Issue
Block a user