Fork me on GitHub
#reitit
<
2023-03-31
>
Jakub Šťastný11:03:33

Hey guys. Is there a way to merge this into one route?

["/:sha/web" {:staging true}]
["/:sha/web/{*path}" {:staging true}]]
It should match both /6625a71f/web (with or without trailing slash) and /6625a71f/web/a/b/c.