소스 검색

fix getStructures url

Olivier Massot 4 년 전
부모
커밋
c6af55f1ca
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ot_templating/Resources/Public/assets/Classic/script/structures.js

+ 1 - 1
ot_templating/Resources/Public/assets/Classic/script/structures.js

@@ -1,6 +1,6 @@
 // Specific code for the 'federation-structures' page
 
-const apiGetUrl = "http://local.sub.opentalent.fr/typo3conf/ext/ot_core/Resources/Public/getStructures.php";
+const apiGetUrl = "/typo3conf/ext/ot_core/Resources/Public/getStructures.php";
 
 // Converts numeric degrees to radians
 function toRad(Value)