Skip to content

Commit

Permalink
Update backend hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
bleunguts committed Feb 13, 2024
1 parent 75d0f1f commit dd90d78
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Web/src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ const config = () => {
}
}

const backendServer = config().BackendServer ?? `https://projectxgatewayapi-app-20231130.icybay-6c4fad7d.westus2.azurecontainerapps.io`;

//const backendServer = `https://projectxgatewayapi-app-20231130.icybay-6c4fad7d.westus2.azurecontainerapps.io`;
//const backendServer = `https://localhost:8081`;
const backendServer = config().BackendServer ?? `https://projectxgatewayapi-app-20231130.mangorock-d77aee79.uksouth.azurecontainerapps.io`;

const connection = new signalR.HubConnectionBuilder()
.withUrl(`${backendServer}/streamHub`,
Expand Down

0 comments on commit dd90d78

Please sign in to comment.