stany.ferer преди 1 година
родител
ревизия
ed7498c769
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      public-events/test.php

+ 1 - 1
public-events/test.php

@@ -9,7 +9,7 @@ error_reporting(E_ALL);
 function checkAuthenticationOnServerA()
 {
     // URL de l'endpoint de vérification de session sur le serveur A
-    $url = 'https://local.cms.cse-invent.com/api/checkSession/';
+    $url = 'https://r7.events.cse-invent.com/api/checkSession/';
 
     // Initialiser cURL
     $ch = curl_init($url);