Hello! I'm having trouble with bidi: How to handle with "recursive" routes? My setup today was
(def routes ["" [["/" :app/home]
["/file" [#".+" :app/path]] :app/file]])
But it results in {:handler :app/file :route-params {:app/path "foo/bar"}}
There is some way to get {:handler :app/file :route-params {:app/path ["foo" "bar"]}}
Not sure if this thread https://github.com/juxt/bidi/issues/132