From e72a8cecbb4549fc6a8b9876eef1ac44986d6813 Mon Sep 17 00:00:00 2001 From: Bakery Admin Date: Thu, 22 Jan 2026 21:47:57 +0100 Subject: [PATCH] test deploy ci/cd --- 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 b08eab6b..459d8f76 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() -# Include routers with specific configurations +# test - 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"])