We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Yeah I was confused why my endpoint was not working as this is not documented in odoo fastapi (or maybe I did not see it?).
/api/demo gives internal server error, and /api_demo works.
/api/demo
/api_demo
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: