If routes do not start with a /
, should it be prepended?
#625
Labels
difficulty: novice
Anyone could help
effort: low
< 1 day of work
help wanted
Solution is well-specified enough that any community member could fix
Milestone
I've been bit by calling
pr$handle("GET", "index.html",....)
. Needed to bepr$handle("GET", "/index.html", ....)
Like we did for mounted routers, should we prepend a
/
on the route if it doesn't have one?The text was updated successfully, but these errors were encountered: