Skip to content

Commit 747b0a1

Browse files
Nemo157syphar
authored andcommitted
Don't record badge requests as 'rustdoc page'
1 parent 168a37f commit 747b0a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/web/routes.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ pub(super) fn build_axum_routes() -> AxumRouter {
306306
)
307307
.route(
308308
"/:name/badge.svg",
309-
get_rustdoc(super::rustdoc::badge_handler),
309+
get_internal(super::rustdoc::badge_handler),
310310
)
311311
.route(
312312
"/:name",

0 commit comments

Comments
 (0)