浏览代码

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
 // 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
 // Converts numeric degrees to radians
 function toRad(Value)
 function toRad(Value)