diff options
author | 2018-02-04 19:25:42 +0000 | |
---|---|---|
committer | 2018-02-04 19:25:42 +0000 | |
commit | 9ea214a98978d7d7483150767789f501ca6ec718 (patch) | |
tree | f2627a855025439f712f4b6fb073414aa1ab2df4 /app.py | |
parent | Test autodeploy (diff) |
HTTPS minus the S
Diffstat (limited to 'app.py')
-rw-r--r-- | app.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") |