test deploy ci/cd 2

This commit is contained in:
2026-01-22 21:53:01 +01:00
parent e72a8cecbb
commit d7f263db83

View File

@@ -213,7 +213,7 @@ app = service.create_app(
# Setup standard endpoints # Setup standard endpoints
service.setup_standard_endpoints() service.setup_standard_endpoints()
# test - Include routers with specific configurations # Include routers with specific configurations
# Note: Routes now use RouteBuilder which includes full paths, so no prefix needed # Note: Routes now use RouteBuilder which includes full paths, so no prefix needed
service.add_router(auth_operations.router, tags=["authentication"]) service.add_router(auth_operations.router, tags=["authentication"])
service.add_router(users.router, tags=["users"]) service.add_router(users.router, tags=["users"])