aboutsummaryrefslogtreecommitdiffstats
path: root/routes/invite.py
diff options
context:
space:
mode:
Diffstat (limited to 'routes/invite.py')
-rw-r--r--routes/invite.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/routes/invite.py b/routes/invite.py
deleted file mode 100644
index 29553345..00000000
--- a/routes/invite.py
+++ /dev/null
@@ -1,9 +0,0 @@
-# coding=utf-8
-
-
-class Index:
- path = ["/invite"]
-
- def get(self, res):
- return res.Response(
- status_code=301, text="http://invite.pythondiscord.com/")