From 209426d5181890bec19634cf3276cccdb927d5ba Mon Sep 17 00:00:00 2001 From: Nate-Wessel Date: Fri, 13 Dec 2024 21:27:53 +0000 Subject: [PATCH] specify hash is of current head node --- backend/app/routes.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/app/routes.py b/backend/app/routes.py index 64d35af..2c9a4b4 100644 --- a/backend/app/routes.py +++ b/backend/app/routes.py @@ -27,9 +27,9 @@ def index(): @app.route('/version') def version(): - """Return the Git hash of the application""" + """Return the Git hash of the current application HEAD""" return jsonify({ - 'git-hash': getGitHash() + 'git-HEAD': getGitHash() }) # test URL /closest-node/-79.3400/43.6610