change base url

This commit is contained in:
Peter Maquiran
2024-07-31 10:00:44 +01:00
parent f4935ca8eb
commit 128d92fe5e
@@ -48,7 +48,7 @@ export class SignalRService {
private async establishConnection() {
const connection = new SignalRConnection({url:'https://gdapi-dev.dyndns.info/stage/api/v2/chathub'})
const connection = new SignalRConnection({url:'https://41e3-41-63-166-54.ngrok-free.app/api/v2/chathub'})
const attempConnection = await connection.establishConnection()
if(attempConnection.isOk()) {