app = FastAPI(
root_path="/subdirectoryi",
title=swagger_settings.swagger_title,
description = swagger_settings.swagger_description,
version=swagger_settings.swagger_version,
)
i suggest to add it commented out and with explination next to it and update the documents to reflect this
thanks to @Andreufb he is the one who walked me through this
main.py
needs to have
i suggest to add it commented out and with explination next to it and update the documents to reflect this
thanks to @Andreufb he is the one who walked me through this