test deploy ci/cd 2
This commit is contained in:
@@ -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"])
|
||||||
|
|||||||
Reference in New Issue
Block a user