We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f9104d commit 7dd044bCopy full SHA for 7dd044b
src/main.rs
@@ -228,7 +228,7 @@ fn main() {
228
router.get("/check", check_auth, "check_endpoint");
229
230
let mut mount = Mount::new();
231
- mount.mount("/usr/share/better-than-basic/static/", Static::new("static"));
+ mount.mount("/static/", Static::new("/usr/share/better-than-basic/static"));
232
mount.mount("/", router);
233
234
let mut chain = Chain::new(mount);
0 commit comments