aboutsummaryrefslogtreecommitdiffstats
path: root/app.py
diff options
context:
space:
mode:
authorGravatar JoeBanks13 <[email protected]>2018-02-04 19:25:42 +0000
committerGravatar JoeBanks13 <[email protected]>2018-02-04 19:25:42 +0000
commit9ea214a98978d7d7483150767789f501ca6ec718 (patch)
treef2627a855025439f712f4b6fb073414aa1ab2df4 /app.py
parentTest autodeploy (diff)
HTTPS minus the S
Diffstat (limited to 'app.py')
-rw-r--r--app.py2
1 files changed, 1 insertions, 1 deletions
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")