Closed cragwolfe closed 1 year ago
Currently, FastAPI swagger AKA Open API docs are located under /docs . Instead, it'd be better if they were under /\<pipeline-family>/docs .
Definition of Done
make generate-test-api
/test-project/docs
Currently, FastAPI swagger AKA Open API docs are located under /docs . Instead, it'd be better if they were under /\<pipeline-family>/docs .
Definition of Done
make generate-test-api
, the resulting flask app has the Swagger docs located under/test-project/docs
. See https://fastapi.tiangolo.com/tutorial/metadata/#docs-urls for overriding the default /docs location.