debug log

This commit is contained in:
Mylloon 2023-04-29 14:39:27 +02:00
parent ec90edfc3d
commit 9384ef278e
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -13,7 +13,6 @@ pub async fn page(req: HttpRequest, config: web::Data<Config>) -> impl Responder
#[once(time = 60)] #[once(time = 60)]
pub fn build_page(config: Config, url: String) -> String { pub fn build_page(config: Config, url: String) -> String {
println!("{url}");
config.tmpl.render( config.tmpl.render(
"index.html", "index.html",
(), (),