This commit is contained in:
JMARyA 2023-09-16 17:38:56 +02:00
parent a87c3f3ad3
commit ef1da94872
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
3 changed files with 19 additions and 18 deletions

View file

@ -35,5 +35,5 @@ pub(crate) async fn build_site(
};
};
web_base::func::build_site_from_body(r, title, &body.into_string())
web_base::func::build_site_from_body(&web_base::Site::from_request(&r), title, &body.into_string())
}