Open tqwewe opened 2 years ago
The following router shows 404 with /index.html, but instead only works with //index.html (with double / prefix).
/index.html
//index.html
/
router! { "/" => static_router!("./static") }
This should be fixed so /index.html matches directly.
The following router shows 404 with
/index.html
, but instead only works with//index.html
(with double/
prefix).This should be fixed so
/index.html
matches directly.