How you target all routes?
Open
- Dominant language
- Rust
- Stars
- 50
- Forks
- 37
- PR merge metrics
- No merged PRs in 30d
Description
I want to target all routes and that just doesnt seem to work.
All of the below do not work.
`mount.mount("/*", Static::new(Path::new("public")));`
`mount.mount("*", Static::new(Path::new("public")));`
`mount.mount("**", Static::new(Path::new("public")));`
`mount.mount("/(.*)", Static::new(Path::new("public")));`
Contributor guide
Assessment
This issue has not been assessed yet.