diff options
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/Slack/src/stdafx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Slack/src/stdafx.h b/protocols/Slack/src/stdafx.h index 82ee0ac61d..2123d75e1a 100644 --- a/protocols/Slack/src/stdafx.h +++ b/protocols/Slack/src/stdafx.h @@ -37,7 +37,7 @@ struct CSlackProto; #define SLACK_URL "https://slack.com" #define SLACK_API_URL SLACK_URL "/api" -#define SLACK_REDIRECT_URL "http://www.miranda-ng.org/slack" +#define SLACK_REDIRECT_URL "https://www.miranda-ng.org/slack" #define SLACK_CLIENT_ID "149178180673.150539976630" #include "../../../miranda-private-keys/Slack/client_secret.h" |