Checking onboardin flow - fix 1

This commit is contained in:
Urtzi Alfaro
2025-07-27 10:01:37 +02:00
parent abad270282
commit cb3ae4d78b
4 changed files with 494 additions and 181 deletions

View File

@@ -39,7 +39,7 @@ from shared.auth.decorators import (
)
logger = structlog.get_logger()
router = APIRouter(prefix="/training", tags=["training"])
router = APIRouter(tags=["training"])
def get_training_service() -> TrainingService:
"""Factory function for TrainingService dependency"""