env fetching typo
This commit is contained in:
parent
d237044040
commit
58a03ec0ed
@ -36,9 +36,9 @@
|
|||||||
window.GLOBAL_ENV = {
|
window.GLOBAL_ENV = {
|
||||||
API_ENDPOINT: protocolRelative(data.api.baseUrl) + "/api/v9",
|
API_ENDPOINT: protocolRelative(data.api.baseUrl) + "/api/v9",
|
||||||
WEBAPP_ENDPOINT: protocolRelative(data.api.baseUrl),
|
WEBAPP_ENDPOINT: protocolRelative(data.api.baseUrl),
|
||||||
CDN_HOST: protocolRelative(data.cdn),
|
CDN_HOST: protocolRelative(data.cdn.baseUrl),
|
||||||
ASSET_ENDPOINT: protocolRelative(data.cdn),
|
ASSET_ENDPOINT: protocolRelative(data.cdn.baseUrl),
|
||||||
MEDIA_PROXY_ENDPOINT: protocolRelative(data.cdn),
|
MEDIA_PROXY_ENDPOINT: protocolRelative(data.cdn.baseUrl),
|
||||||
WIDGET_ENDPOINT: '//discord.com/widget',
|
WIDGET_ENDPOINT: '//discord.com/widget',
|
||||||
INVITE_HOST: 'discord.gg',
|
INVITE_HOST: 'discord.gg',
|
||||||
GUILD_TEMPLATE_HOST: 'discord.new',
|
GUILD_TEMPLATE_HOST: 'discord.new',
|
||||||
|
|||||||
Reference in New Issue
Block a user