justpy icon indicating copy to clipboard operation
justpy copied to clipboard

Add instructions for route parameters

Open kkinder opened this issue 4 years ago • 1 comments

I didn't see any mention of how to do this in the docs, but found that if you use Starlette routing syntax for parameters, they're exposed in request.path_params. This change explains that in the docs.

kkinder avatar Dec 07 '20 18:12 kkinder

Thank you, I will add this to the docs.

elimintz avatar Dec 07 '20 21:12 elimintz