aboutsummaryrefslogtreecommitdiffstats
path: root/routes/invite.py
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-02-06 01:02:41 +0000
committerGravatar Gareth Coles <[email protected]>2018-02-06 01:02:41 +0000
commitbff01971735289fafa74f4850d706579eae5faa8 (patch)
treebb2d0c9895e3276077f307bf224de2ef3e2db6e2 /routes/invite.py
parentRevert "Finally fix this garbage" (diff)
Revert "Mart's Missing Files 2: Electric Boogaloo"
This reverts commit 962be09
Diffstat (limited to '')
-rw-r--r--routes/invite.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/routes/invite.py b/routes/invite.py
deleted file mode 100644
index a3400cf2..00000000
--- a/routes/invite.py
+++ /dev/null
@@ -1,12 +0,0 @@
-# coding=utf-8
-
-# External Libraries
-from werkzeug.wrappers import Response
-
-
-class Index:
- path = ["/invite"]
-
- def get(self):
- return Response(
- status_code=301, text="http://invite.pythondiscord.com/")