Update flask_server.py

This commit is contained in:
MacRimi
2025-10-07 18:26:37 +02:00
parent f2418c81d7
commit 3f2842a9a3

View File

@@ -2908,7 +2908,4 @@ if __name__ == '__main__':
print("Server will be accessible on all network interfaces (0.0.0.0:8008)")
print("API endpoints available at: /api/system, /api/storage, /api/network, /api/vms, /api/logs, /api/health, /api/hardware")
app.run(host='0.0.0.0', port=8008, debug=False)
ms, /api/logs, /api/health, /api/hardware")
app.run(host='0.0.0.0', port=8008, debug=False)
app.run(host='0.0.0.0', port=8008, debug=False)