Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Timmlion authored Jan 31, 2024
1 parent cd6fa44 commit 9263838
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/static/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ $(document).ready(function () {

function initServer() {
connection = new signalR.HubConnectionBuilder()
// .withUrl("https://578d-87-206-130-93.ngrok-free.app/GameHub")
.withUrl("https://magicthememeingapiprod.azurewebsites.net/GameHub")
.withUrl("https://mtgapi.adamsiwek.pl//GameHub")
//.withUrl("https://magicthememeingapiprod.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 9263838

Please sign in to comment.