This commit is contained in:
burakovec
2025-07-17 15:08:14 +03:00
parent 7349f1b5fa
commit 85fe0fb6ba
4 changed files with 4 additions and 4 deletions

View File

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