aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/views/api/healthcheck.py
diff options
context:
space:
mode:
Diffstat (limited to 'pysite/views/api/healthcheck.py')
-rw-r--r--pysite/views/api/healthcheck.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pysite/views/api/healthcheck.py b/pysite/views/api/healthcheck.py
index 9d1f681a..2ff5dfb0 100644
--- a/pysite/views/api/healthcheck.py
+++ b/pysite/views/api/healthcheck.py
@@ -1,10 +1,10 @@
# coding=utf-8
from flask import jsonify
-from pysite.base_route import RouteView
+from pysite.base_route import APIView
-class IndexView(RouteView):
+class HealthCheckView(APIView):
path = "/healthcheck"
name = "healthcheck"