Replies: 2 comments
-
I believe the check for duplicate routes shouldn't be performed on the parameter passed to |
Beta Was this translation helpful? Give feedback.
0 replies
-
I thought a temporary solution could be to create a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using
poem
andpoem-openapi
to try and recreate and replicate my previousFastAPI
server, but trying to nest my API and Docs on/
causes a duplicate routes error, though there are not duplicate routes, my API struct doesn't register any/
paths, only/hello
I'd like my Docs to appear at
https://api.example.com/
and sub-routes such ashttps://api.example.com/hello
to work as they did previously, I can't add another sub-sub-route such ashttps://api.example.com/docs
orhttps://api.example.com/api/hello
Beta Was this translation helpful? Give feedback.
All reactions