Wessel Vonk

Results 1 comments of Wessel Vonk

I struggled with this as well. Got it working in the end, albeit by setting `root_path` via the FastAPI object, e.g., `app = FastAPI(root_path='/api/v1')` and upgrading FastAPI. Before upgrading it...