Update flask_server.py

This commit is contained in:
MacRimi
2025-10-08 18:19:19 +02:00
parent 31d15fadbe
commit c8a38ac709

View File

@@ -3030,7 +3030,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)
, /api/hardware")
app.run(host='0.0.0.0', port=8008, debug=False)