Replies: 1 comment
-
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.
-
Hello,
I am trying to use a Route like
"/notebooks/:id.pdf
but, it seems that poetry interprets this as a parameter called "id.pdf" instead of an parameter "id", followed by the string ".pdf". Using a regex like/notebooks/:id<[^\\.]>.pdf
does not work as expected either.Swagger UI confirms that the parameters aren't interpreted as expected:

Is this something supported by poem? Am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions