add comment

This commit is contained in:
yggverse 2025-08-10 05:34:44 +03:00
parent 49d7d2d73d
commit f16a9445bd

View file

@ -225,7 +225,7 @@ fn rocket() -> _ {
version: env!("CARGO_PKG_VERSION").into(),
})
.mount("/", rocket::fs::FileServer::from(config.public))
.mount("/", routes![index, rss, info])
.mount("/", routes![index, rss, info]) // keep the order!
}
/// Public placeholder text for the `Status::InternalServerError`