Fork me on GitHub
#reitit
<
2019-06-26
>
Kari Pahula12:06:26

I must have missed something obvious in the docs and the examples. If I have a route like "/files/:id" then how do I access that value in my handler? Edit: never mind, I figured it out on my own.

Kari Pahula12:06:03

I'm looking at https://github.com/metosin/reitit/blob/master/examples/ring-swagger/src/example/server.clj and it uses query parameters but what would I use for path parameters?