From d7f263db83e8f00f0cc78f56bf128e758ea0b396 Mon Sep 17 00:00:00 2001 From: Bakery Admin Date: Thu, 22 Jan 2026 21:53:01 +0100 Subject: [PATCH] test deploy ci/cd 2 --- services/auth/app/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"])