From 9d02496173fbd6e81f18337c8b1e1a4b05cb31c9 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Thu, 31 Aug 2017 12:14:04 +0100 Subject: [PATCH] Warn devs about changing healthcheck page response --- app/status/healthcheck.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/status/healthcheck.py b/app/status/healthcheck.py index 205906db8..0dfb37aaf 100644 --- a/app/status/healthcheck.py +++ b/app/status/healthcheck.py @@ -22,7 +22,7 @@ def show_status(): return jsonify(status="ok"), 200 else: return jsonify( - status="ok", + status="ok", # This should be considered part of the public API travis_commit=version.__travis_commit__, travis_build_number=version.__travis_job_number__, build_time=version.__time__,