mirror of
https://github.com/ChrispyBacon-dev/DockFlare.git
synced 2026-04-28 03:39:32 +00:00
updated ping end point hardcoded version to call config.APP_Version
This commit is contained in:
parent
2af5a8d51e
commit
e3a1fec76b
1 changed files with 1 additions and 1 deletions
|
|
@ -596,7 +596,7 @@ def tunnel_dns_records(tunnel_id):
|
|||
|
||||
@bp.route('/ping')
|
||||
def ping():
|
||||
return jsonify({ "status": "ok", "timestamp": int(time.time()), "version": "1.7.1",
|
||||
return jsonify({ "status": "ok", "timestamp": int(time.time()), "version": "config.APP_VERSION",
|
||||
"protocol": request.environ.get('wsgi.url_scheme', 'unknown')})
|
||||
|
||||
@bp.route('/debug')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue