is there any way to have a regex in the routes? I have something like
["/v2"
["" some-handler]
[":full-url" main-handler]]])
because the full-url contains / and I would like to not do the parsing with reitit, since it's a bit too complicated to do with reititHi. If i understand your problem correctly, maybe https://github.com/metosin/reitit/blob/5589328a3cff4051fa272008d8c944ff74563597/doc/ring/slash_handler.md?plain=1#L27 could help?