Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
syphar committed Jan 3, 2025
1 parent 5a0bbc1 commit 445a575
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/web/sitemap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ about_page!(AboutPageMetadata, "core/about/metadata.html");
about_page!(AboutPageRedirection, "core/about/redirections.html");
about_page!(AboutPageDownload, "core/about/download.html");

#[axum::debug_handler]
pub(crate) async fn about_handler(subpage: Option<Path<String>>) -> AxumResult<impl IntoResponse> {
let subpage = match subpage {
Some(subpage) => subpage.0,
Expand Down

0 comments on commit 445a575

Please sign in to comment.