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/")