mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-24 01:11:38 -05:00
Merge pull request #1223 from alphagov/quis-patch-1
Warn devs about changing healthcheck page response
This commit is contained in:
@@ -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__,
|
||||
|
||||
Reference in New Issue
Block a user