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
A route with a converter like this: api.add_route('/{some_field:mc}', some_resource)
produces this kind of spec: "/{some_field:mc}" instead of "/{some_field}"
A route with a converter like this:
api.add_route('/{some_field:mc}', some_resource)
produces this kind of spec:
"/{some_field:mc}"
instead of"/{some_field}"
https://falcon.readthedocs.io/en/stable/api/api.html#falcon.routing.CompiledRouterOptions.converters
The text was updated successfully, but these errors were encountered: