diff --git a/stac_server/templates/index.html b/stac_server/templates/index.html
index e9c780a..5984fc9 100644
--- a/stac_server/templates/index.html
+++ b/stac_server/templates/index.html
@@ -51,7 +51,7 @@
# pip install qubed requests
import requests
from qubed import Qube
-qube = Qube.from_json(requests.get("http://stac-catalogs.ecmwf-development.f.ewcloud.host/api/v1/select/climate-dt?{{request.url.query}}").json())
+qube = Qube.from_json(requests.get("{{ api_url }}select/climate-dt/?{{request.url.query}}").json())
qube.print()