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