debug log
This commit is contained in:
parent
ec90edfc3d
commit
9384ef278e
1 changed files with 0 additions and 1 deletions
|
@ -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",
|
||||||
(),
|
(),
|
||||||
|
|
Loading…
Reference in a new issue