diff --git a/website/main.py b/website/main.py index 4605190..8b2e8f8 100644 --- a/website/main.py +++ b/website/main.py @@ -16,7 +16,7 @@ OAUTH2_CLIENT_SECRET = config['client_secret'] -REDIRECT = 'http://localhost:8080/queue/oauth2' +REDIRECT = 'https://htcraft.ml/queue/oauth2' BASE_API_URL = 'https://discordapp.com/api'