mirror of
https://github.com/yawaflua/Flask-Discord.git
synced 2025-12-09 20:09:30 +02:00
Update base url to discord.com
I know the deadline is 7th October, but better to fix this sooner than later, so bunch of users doesn't complain about their OAuth2 implementation is broken.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
DISCORD_API_BASE_URL = "https://discordapp.com/api"
|
||||
DISCORD_API_BASE_URL = "https://discord.com/api"
|
||||
|
||||
DISCORD_AUTHORIZATION_BASE_URL = DISCORD_API_BASE_URL + "/oauth2/authorize"
|
||||
DISCORD_TOKEN_URL = DISCORD_API_BASE_URL + "/oauth2/token"
|
||||
|
||||
Reference in New Issue
Block a user