Fork me on GitHub
#juxt
<
2017-05-16
>
souenzzo10:05:59

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