aboutsummaryrefslogtreecommitdiffstats
path: root/routes/index.py
blob: 76671ed1b7b47864e2d6fdd75c617eefaeb6575a (plain) (blame)
1
2
3
4
5
6
7
8
# coding=utf-8


class Index:
    path = ["/", "/index"]

    def get(self, req):
        return req.Response("Coming soon:tm:")