diff --git a/front/public/index.html b/front/public/index.html
index 35f655e3..38e6f589 100644
--- a/front/public/index.html
+++ b/front/public/index.html
@@ -71,7 +71,7 @@
window.SITE_CONFIG['previewUrl'] = _global.config.previewUrl
window.SITE_CONFIG['frontUrl'] =
_global.config.previewUrl + 'document/#/devModelFile/'
- window.SITE_CONFIG['apiURL'] = 'http://' + _global.config.websocketURL
+ window.SITE_CONFIG['apiURL'] = _global.config.apiURL
window.SITE_CONFIG['websocketURL'] = _global.config.websocketURL
window.SITE_CONFIG['POI_URL'] = _global.config.POI_URL