aboutsummaryrefslogtreecommitdiffstats
path: root/routes/index.py
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-02-05 20:15:01 +0000
committerGravatar Gareth Coles <[email protected]>2018-02-05 20:15:01 +0000
commitf0f347b01734b719bae0d36a8670fd7e49866b1e (patch)
tree4d9cf54e44b7fea4124389098fd0fa37a17cdad9 /routes/index.py
parentMinifix (diff)
Revert "Major update"
This reverts commit 80a1ab5
Diffstat (limited to 'routes/index.py')
-rw-r--r--routes/index.py8
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:")