From 9ea214a98978d7d7483150767789f501ca6ec718 Mon Sep 17 00:00:00 2001 From: JoeBanks13 Date: Sun, 4 Feb 2018 19:25:42 +0000 Subject: HTTPS minus the S --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app.py') diff --git a/app.py b/app.py index 8ba81fa5..7d1f3dcf 100644 --- a/app.py +++ b/app.py @@ -18,7 +18,7 @@ def index(): @app.route("/invite") def invite(): - return redirect("https://invite.pythondiscord.com/") + return redirect("http://invite.pythondiscord.com/") @app.route("/healthcheck") -- cgit v1.2.3