feat: enable swagger ui at /api/docs

This commit is contained in:
zly
2026-01-14 15:25:31 +08:00
parent e3c524c351
commit a43269be50

View File

@@ -28,7 +28,10 @@ app = FastAPI(
title=settings.APP_NAME,
version=settings.APP_VERSION,
description="Automated Bacillus thuringiensis toxin mining pipeline",
lifespan=lifespan
lifespan=lifespan,
docs_url="/api/docs",
redoc_url="/api/redoc",
openapi_url="/api/openapi.json"
)
# CORS