From 1c063ed8328a61542a6f17d76904f67fdc0c32ba Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 28 Jan 2024 12:00:48 +0100 Subject: [PATCH] change to prod --- client/static/js/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/static/js/main.js b/client/static/js/main.js index 08f60ba..94fdb36 100644 --- a/client/static/js/main.js +++ b/client/static/js/main.js @@ -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://memethegatheringapi.azurewebsites.net/GameHub") + //.withUrl("https://578d-87-206-130-93.ngrok-free.app/GameHub") + .withUrl("https://memethegatheringapiprod.azurewebsites.net/GameHub") // .withUrl("https://578d-87-206-130-93.ngrok-free.app/GameHub") .withAutomaticReconnect() .configureLogging(signalR.LogLevel.Information)