Skip to content

Commit 445a575

Browse files
committed
revert
1 parent 5a0bbc1 commit 445a575

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/web/sitemap.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ about_page!(AboutPageMetadata, "core/about/metadata.html");
154154
about_page!(AboutPageRedirection, "core/about/redirections.html");
155155
about_page!(AboutPageDownload, "core/about/download.html");
156156

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

0 commit comments

Comments
 (0)