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