I have two moustache routes basically the http://localhost and http:localhost/ route which point to the same function -
[""] (-> (index) response constantly)
["/"] (-> (index) response constantly)
How do I -
- Is it possible to specify both of these routes together such as ["" "/"] as they follow each other ?
- Is it possible to redirect from one route to the other ex [""] (redirect "/") ?
Thanks, Murtaza