We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a0bbc1 commit 445a575Copy full SHA for 445a575
src/web/sitemap.rs
@@ -154,7 +154,6 @@ about_page!(AboutPageMetadata, "core/about/metadata.html");
154
about_page!(AboutPageRedirection, "core/about/redirections.html");
155
about_page!(AboutPageDownload, "core/about/download.html");
156
157
-#[axum::debug_handler]
158
pub(crate) async fn about_handler(subpage: Option<Path<String>>) -> AxumResult<impl IntoResponse> {
159
let subpage = match subpage {
160
Some(subpage) => subpage.0,
0 commit comments