fix openapi url
All checks were successful
Build and Publish / build-release (push) Successful in 59s

This commit is contained in:
2026-04-24 11:25:09 -05:00
parent 3bcc38b4ae
commit 49f2d1a97d

View File

@@ -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"
) )