From 8557a5d8bf6f9d46c872c5749aff6db0ea36a1a4 Mon Sep 17 00:00:00 2001 From: murdle Date: Sat, 6 Dec 2025 18:52:24 +0200 Subject: [PATCH] discord already appends /v9... --- assets/public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),