feat: Implement admin user management endpoints and user update schema
This commit is contained in:
@@ -55,8 +55,8 @@ def create_app() -> FastAPI:
|
||||
lifespan=lifespan,
|
||||
# Configure docs URLs for reverse proxy setup
|
||||
docs_url="/api/docs", # Swagger UI at /api/docs
|
||||
redoc_url="/api/redoc", # ReDoc at /api/redoc
|
||||
openapi_url="/api/openapi.json" # OpenAPI schema at /api/openapi.json
|
||||
redoc_url="/api/redoc", # ReDoc at /api/redoc
|
||||
openapi_url="/api/openapi.json", # OpenAPI schema at /api/openapi.json
|
||||
)
|
||||
|
||||
# Add CORS middleware
|
||||
|
||||
Reference in New Issue
Block a user