Files
Server_Monitorizare/server.py
Developer 2f05360d69 Fix: Initialize logs table on startup
- Add init_logs_table() function to create logs table schema
- Call init_logs_table() on application startup
- Fixes 'no such table: logs' error when accessing dashboard
- Tables now created automatically before routes are accessed
2025-12-18 15:46:56 +02:00

21 KiB