Skip to content

Commit

Permalink
prod coon string
Browse files Browse the repository at this point in the history
  • Loading branch information
Timmlion committed Jan 28, 2024
1 parent a9bfa1a commit 4011426
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/static/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ $(document).ready(function () {

function initServer() {
connection = new signalR.HubConnectionBuilder()
.withUrl("https://memethegatheringapi.azurewebsites.net/GameHub")
.withUrl("https://magicthememeingapiprod.azurewebsites.net/GameHub")
//.withUrl("https://memethegatheringapi.azurewebsites.net/GameHub")
// .withUrl("https://578d-87-206-130-93.ngrok-free.app/GameHub")
.withAutomaticReconnect()
.configureLogging(signalR.LogLevel.Information)
Expand Down

0 comments on commit 4011426

Please sign in to comment.