mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 22:40:31 -04:00
Bug fix for mis-spelled func names.
This commit is contained in:
@@ -11,7 +11,7 @@ def status():
|
||||
api_status = status_api_client.get_status()
|
||||
except:
|
||||
api_status = 'n/a'
|
||||
build, build_time = get_api_version()
|
||||
build, build_time = get_app_version()
|
||||
return jsonify(status="ok",
|
||||
app_version=get_app_version(),
|
||||
api_build=build,
|
||||
|
||||
Reference in New Issue
Block a user