Preparar repositorio para despliegue: código fuente limpio
This commit is contained in:
parent
866f5c432d
commit
3eca832c1a
76 changed files with 5434 additions and 3496 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue