diff --git a/app/status/healthcheck.py b/app/status/healthcheck.py index 990096b82..7ccf1f84d 100644 --- a/app/status/healthcheck.py +++ b/app/status/healthcheck.py @@ -61,6 +61,7 @@ def show_delivery_status(): def show_check_IP_source(): return jsonify({'ip': request.headers.getlist("X-Forwarded-For")}), 200 + def get_db_version(): try: query = 'SELECT version_num FROM alembic_version'