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);