diff --git a/backend/api/v1/modules/a76/router.py b/backend/api/v1/modules/a76/router.py index fb309176..908fe20f 100644 --- a/backend/api/v1/modules/a76/router.py +++ b/backend/api/v1/modules/a76/router.py @@ -5,7 +5,7 @@ Agrega todos los módulos de la aplicación from fastapi import APIRouter -from .aduanal.routes import router as customs_broker_router +from .customs_brokers.routes import router as customs_broker_router # Importar routers de módulos from .auth import router as auth_router