From c7ab8bd957c4650916cac817baa1baee52c49a8f Mon Sep 17 00:00:00 2001 From: Nicholas Staples Date: Tue, 2 Feb 2016 16:44:42 +0000 Subject: [PATCH] Status structure updated. --- app/status/views/healthcheck.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/status/views/healthcheck.py b/app/status/views/healthcheck.py index 809ffcd6c..24337761b 100644 --- a/app/status/views/healthcheck.py +++ b/app/status/views/healthcheck.py @@ -13,6 +13,6 @@ def status(): api_status = 'n/a' build, build_time = get_app_version() return jsonify(status="ok", - app_version=get_app_version(), + api_status=api_status, api_build=build, api_built_time=build_time), 200