diff options
author | 2018-02-06 01:02:41 +0000 | |
---|---|---|
committer | 2018-02-06 01:02:41 +0000 | |
commit | bff01971735289fafa74f4850d706579eae5faa8 (patch) | |
tree | bb2d0c9895e3276077f307bf224de2ef3e2db6e2 /routes/index.py | |
parent | Revert "Finally fix this garbage" (diff) |
Revert "Mart's Missing Files 2: Electric Boogaloo"
This reverts commit 962be09
Diffstat (limited to 'routes/index.py')
-rw-r--r-- | routes/index.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/routes/index.py b/routes/index.py deleted file mode 100644 index 403e5452..00000000 --- a/routes/index.py +++ /dev/null @@ -1,11 +0,0 @@ -# coding=utf-8 - -# External Libraries -from werkzeug.wrappers import Response - - -class Index: - path = ["/", "/index"] - - def get(self): - return Response("Coming soon:tm:") |