aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/views/healthcheck.py
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-02-08 16:01:20 +0000
committerGravatar Gareth Coles <[email protected]>2018-02-08 16:01:20 +0000
commit428eb9a6afb85fca51e87f6d16a1044a5fa24bf8 (patch)
treeee991943fd2bb05a574d8ae035fb6fc5be3f8c52 /pysite/views/healthcheck.py
parentPffft (diff)
parentTravis deploy on master (#5) (diff)
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'pysite/views/healthcheck.py')
-rw-r--r--pysite/views/healthcheck.py7
1 files changed, 5 insertions, 2 deletions
diff --git a/pysite/views/healthcheck.py b/pysite/views/healthcheck.py
index 3931100c..088bc7b3 100644
--- a/pysite/views/healthcheck.py
+++ b/pysite/views/healthcheck.py
@@ -1,10 +1,13 @@
# coding=utf-8
from flask import jsonify
-from pysite.base_route import BaseView
+from pysite.base_route import RouteView
-class IndexView(BaseView):
+__author__ = "Gareth Coles"
+
+
+class IndexView(RouteView):
path = "/healthcheck"
name = "healthcheck"