REFACTOR external service and improve websocket training

This commit is contained in:
Urtzi Alfaro
2025-10-09 14:11:02 +02:00
parent 7c72f83c51
commit 3c689b4f98
111 changed files with 13289 additions and 2374 deletions

View File

@@ -10,7 +10,7 @@ from app.core.database import database_manager
from app.services.messaging import setup_messaging, cleanup_messaging
from shared.service_base import StandardFastAPIService
# Include routers
from app.api import weather_data, traffic_data, external_operations
from app.api import weather_data, traffic_data, city_operations
class ExternalService(StandardFastAPIService):
@@ -179,4 +179,4 @@ service.setup_standard_endpoints()
# Include routers
service.add_router(weather_data.router)
service.add_router(traffic_data.router)
service.add_router(external_operations.router)
service.add_router(city_operations.router) # New v2.0 city-based optimized endpoints