fix openapi url
All checks were successful
Build and Publish / build-release (push) Successful in 59s
All checks were successful
Build and Publish / build-release (push) Successful in 59s
This commit is contained in:
@@ -13,7 +13,7 @@ app = FastAPI(
|
|||||||
title="Document Service",
|
title="Document Service",
|
||||||
version="1.0.0",
|
version="1.0.0",
|
||||||
description="Generic document management service with S3 storage and PDF field discovery",
|
description="Generic document management service with S3 storage and PDF field discovery",
|
||||||
openapi_url="/openapi3.json",
|
openapi_url="/openapi",
|
||||||
docs_url="/docs",
|
docs_url="/docs",
|
||||||
redoc_url="/redoc"
|
redoc_url="/redoc"
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user