diff --git a/backend/app/main_spa.py b/backend/app/main_spa.py index 1f078ef..8abbf73 100644 --- a/backend/app/main_spa.py +++ b/backend/app/main_spa.py @@ -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