diff --git a/assets/public/index.html b/assets/public/index.html
index eade929f..5d849fd1 100644
--- a/assets/public/index.html
+++ b/assets/public/index.html
@@ -34,7 +34,7 @@
const data = await res.json();
window.GLOBAL_ENV = {
- API_ENDPOINT: protocolRelative(data.api.baseUrl) + "/api/v9",
+ API_ENDPOINT: protocolRelative(data.api.baseUrl) + "/api",
WEBAPP_ENDPOINT: protocolRelative(data.api.baseUrl),
CDN_HOST: protocolRelative(data.cdn.baseUrl),
ASSET_ENDPOINT: protocolRelative(data.cdn.baseUrl),