panle ceklilis

This commit is contained in:
burakovec
2025-07-16 08:46:10 +03:00
parent 29a2448fb6
commit 7349f1b5fa
5 changed files with 13 additions and 8 deletions

View File

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