mirror of
https://github.com/YGGverse/btracker.git
synced 2026-03-31 09:05:30 +00:00
reorder the routes
This commit is contained in:
parent
57851f7304
commit
49d7d2d73d
1 changed files with 1 additions and 1 deletions
|
|
@ -225,7 +225,7 @@ fn rocket() -> _ {
|
||||||
version: env!("CARGO_PKG_VERSION").into(),
|
version: env!("CARGO_PKG_VERSION").into(),
|
||||||
})
|
})
|
||||||
.mount("/", rocket::fs::FileServer::from(config.public))
|
.mount("/", rocket::fs::FileServer::from(config.public))
|
||||||
.mount("/", routes![index, info, rss])
|
.mount("/", routes![index, rss, info])
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Public placeholder text for the `Status::InternalServerError`
|
/// Public placeholder text for the `Status::InternalServerError`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue