瀏覽代碼

Test R7 API

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