S.
07/10/2024, 3:02 PM/en/exercises/abc
the route matcher resolves with the staticFiles one but then gives me a 404 because the file doesn't exist. How do I fix this?
Route 1: get("/{locale}/exercises/{name}")
Route 2: staticFiles("/en", File(..))
Aleksei Tirman [JB]
07/10/2024, 3:21 PMS.
07/10/2024, 3:23 PM"/en/exercises/{name}"
and "/de/exercises/{name}"
. then it matches these routes rather than Route 2