You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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