Skip to content

Commit

Permalink
specify hash is of current head node
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate-Wessel committed Dec 13, 2024
1 parent 939415b commit 209426d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/app/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 209426d

Please sign in to comment.