8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I'd like to be able to use a root path such as /myapi/v1
This does not work because the fastapi dispatcher takes the first component of the url as the root path to search the endpoint
rest-framework/fastapi/fastapi_dispatcher.py
Line 32 in 2380e30