Preparar repositorio para despliegue: código fuente limpio

This commit is contained in:
jlimolina 2026-01-23 02:00:40 +01:00
parent 866f5c432d
commit 3eca832c1a
76 changed files with 5434 additions and 3496 deletions

View file

@ -511,6 +511,7 @@ def get_cpu_info():
return None
@stats_bp.route("/api/system/info")
@cached(ttl_seconds=40, prefix="system_info")
def system_info_api():
"""Endpoint for real-time system monitoring."""
return jsonify({