mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
change base url
This commit is contained in:
@@ -48,7 +48,7 @@ export class SignalRService {
|
|||||||
|
|
||||||
private async establishConnection() {
|
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()
|
const attempConnection = await connection.establishConnection()
|
||||||
|
|
||||||
if(attempConnection.isOk()) {
|
if(attempConnection.isOk()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user