Skip to content

Commit

Permalink
Update api.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
bleunguts committed Jan 26, 2024
1 parent dda478a commit 1688d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Web/src/components/layout/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { HubConnectionState } from "@microsoft/signalr";
import axios from 'axios';
import { v1 as uuidv1 } from 'uuid';

const backendServer = `https://projectxgatewayapi-app-20231130--x2a6t10.icybay-6c4fad7d.westus2.azurecontainerapps.io`;
const backendServer = `https://projectxgatewayapi-app-20231130--go6s9zx.icybay-6c4fad7d.westus2.azurecontainerapps.io/`;
//const backendServer = `https://localhost:8081`;

const connection = new signalR.HubConnectionBuilder()
Expand Down

0 comments on commit 1688d3a

Please sign in to comment.