aboutsummaryrefslogtreecommitdiffstats
path: root/routes/invite.py
blob: 295533457c4a8888802f7905c098228911382823 (plain) (blame)
1
2
3
4
5
6
7
8
9
# coding=utf-8


class Index:
    path = ["/invite"]

    def get(self, res):
        return res.Response(
            status_code=301, text="http://invite.pythondiscord.com/")