discord already appends /v9...
This commit is contained in:
parent
58a03ec0ed
commit
8557a5d8bf
@ -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),
|
||||
|
||||
Reference in New Issue
Block a user