juxt

souenzzo 2017-05-16T10:42:59.834172Z

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"]}}

souenzzo 2017-05-16T10:47:57.908072Z

Not sure if this thread https://github.com/juxt/bidi/issues/132