update v1.2.0

This commit is contained in:
MacRimi
2026-04-17 20:01:30 +02:00
parent 0db74814be
commit 0e2ede5e66
6 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -9485,7 +9485,7 @@ def api_health():
return jsonify({
'status': 'healthy',
'timestamp': datetime.now().isoformat(),
'version': '1.0.2'
'version': '1.2.0'
})
@app.route('/api/health/acknowledge', methods=['POST'])
@@ -9767,7 +9767,7 @@ def api_info():
"""Root endpoint with API information"""
return jsonify({
'name': 'ProxMenux Monitor API',
'version': '1.0.2',
'version': '1.2.0',
'endpoints': [
'/api/system',
'/api/system-info',