slider popup

This commit is contained in:
burakovec
2025-07-11 09:16:24 +03:00
parent 1754e646a8
commit 32486af507
13 changed files with 1017 additions and 5 deletions

View File

@ -6,7 +6,7 @@ let connectionId = "";
export const connectToHub = async () => {
connection = new signalR.HubConnectionBuilder()
.withUrl("http://panel.cekilisevi.gov.tr:5001/uploadHub", {
.withUrl("https://mpiapi.beyaz.net/uploadHub", {
withCredentials: false // Bu zorunlu, yoksa cookie vs gönderilmez
}) // backend adresine göre düzenle
.withAutomaticReconnect()