diff options
Diffstat (limited to '')
| -rw-r--r-- | routes/invite.py | 9 | 
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/") | 
