reitit

https://cljdoc.org/d/metosin/reitit/ https://github.com/metosin/reitit/
naomarik 2020-06-23T14:15:54.174300Z

Does reitit plan on having regex matching in future, or is there a way to accomplish something like this perhaps with middleware?

naomarik 2020-06-23T14:17:00.175300Z

My use case have a specific route /<two chars>/<7 chars short-id> that always goes to same route

naomarik 2020-06-23T14:19:00.176500Z

It's working for me right now putting it at the end position with conflicting true on all sibling routes but feel it's a bit messy