Some dbg msgs

This commit is contained in:
Jonas Zeunert
2024-04-22 23:14:03 +02:00
parent 2b6c363fca
commit 601bbc1624
3 changed files with 5 additions and 5 deletions

View File

@@ -49,6 +49,7 @@ fn query(req: &Request) -> Response {
return Response::empty_404();
};
info!("Redirecting to: /{}", name);
Response::redirect_303(format!("/{}", name))
}