diff options
author | George Hazan <ghazan@miranda.im> | 2017-08-06 15:42:17 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-08-06 16:25:33 +0300 |
commit | 7b9d57f9d90ec53c965b0945f7048c74c76df7d4 (patch) | |
tree | 8be6b095985eaad565a58d6f6859d526b41eb983 /protocols | |
parent | c1894ddc81838133bb6c510daa8033b9f41c6462 (diff) |
last fix for https
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" |