Explorar o código

fix ot_connect api's url

Olivier Massot %!s(int64=5) %!d(string=hai) anos
pai
achega
68b028f0a3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ot_connect/Classes/Service/OtAuthenticationService.php

+ 1 - 1
ot_connect/Classes/Service/OtAuthenticationService.php

@@ -17,7 +17,7 @@ use \TYPO3\CMS\Core\Authentication\AbstractAuthenticationService;
 class OtAuthenticationService extends AbstractAuthenticationService
 {
 
-    CONST DOMAIN = 'http://local.api.opentalent.fr';
+    CONST DOMAIN = 'http://api.opentalent.fr/app.php';
     CONST API_URI = self::DOMAIN . '/api/';
     CONST LOGIN_URI = self::API_URI . 'login_check';
     CONST GET_USER_DATA_URI = self::API_URI . 'user/datafortypo3';