Update flask_server.py

This commit is contained in:
MacRimi
2025-11-07 15:36:51 +01:00
parent ba84c644df
commit 4a5379ea42

View File

@@ -5397,7 +5397,7 @@ def api_health():
return jsonify({ return jsonify({
'status': 'healthy', 'status': 'healthy',
'timestamp': datetime.now().isoformat(), 'timestamp': datetime.now().isoformat(),
'version': '1.0.0' 'version': '1.0.1'
}) })
@app.route('/api/prometheus', methods=['GET']) @app.route('/api/prometheus', methods=['GET'])