update
All checks were successful
ci/woodpecker/push/test Pipeline was successful

This commit is contained in:
JMARyA 2024-12-30 21:23:28 +01:00
parent d6555edc29
commit 00bb6f152d
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
8 changed files with 332 additions and 11 deletions

View file

@ -9,7 +9,7 @@ use rocket::routes;
pub async fn index_page<'r>(ctx: RequestContext) -> impl Responder<'r, 'static> {
based::request::assets::DataResponse::new(
include_bytes!("../Cargo.toml").to_vec(),
"text/toml",
"text/toml".to_string(),
Some(60 * 60 * 3),
)
}