update
This commit is contained in:
parent
a87c3f3ad3
commit
ef1da94872
3 changed files with 19 additions and 18 deletions
|
@ -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())
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue