Update AppImge

This commit is contained in:
MacRimi
2025-11-25 19:04:54 +01:00
parent 060ad7966e
commit f4e358b509
7 changed files with 135 additions and 124 deletions

View File

@@ -5553,7 +5553,7 @@ def api_health():
return jsonify({
'status': 'healthy',
'timestamp': datetime.now().isoformat(),
'version': '1.0.2'
'version': '1.0.1'
})
@app.route('/api/prometheus', methods=['GET'])
@@ -5819,7 +5819,7 @@ def api_info():
"""Root endpoint with API information"""
return jsonify({
'name': 'ProxMenux Monitor API',
'version': '1.0.2',
'version': '1.0.1',
'endpoints': [
'/api/system',
'/api/system-info',