diff options
Diffstat (limited to 'routes/index.py')
| -rw-r--r-- | routes/index.py | 8 | 
1 files changed, 0 insertions, 8 deletions
| diff --git a/routes/index.py b/routes/index.py deleted file mode 100644 index 76671ed1..00000000 --- a/routes/index.py +++ /dev/null @@ -1,8 +0,0 @@ -# coding=utf-8 - - -class Index: -    path = ["/", "/index"] - -    def get(self, req): -        return req.Response("Coming soon:tm:") | 
