Does reitit plan on having regex matching in future, or is there a way to accomplish something like this perhaps with middleware?
My use case have a specific route /<two chars>/<7 chars short-id>
that always goes to same route
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