diff --git a/services/auth/app/main.py b/services/auth/app/main.py index 459d8f76..b08eab6b 100644 --- a/services/auth/app/main.py +++ b/services/auth/app/main.py @@ -213,7 +213,7 @@ app = service.create_app( # 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 service.add_router(auth_operations.router, tags=["authentication"]) service.add_router(users.router, tags=["users"])