Skip to content

Commit

Permalink
Support for gitlab sub groups
Browse files Browse the repository at this point in the history
  • Loading branch information
rubek-joshi committed May 3, 2021
1 parent 87609b1 commit da87b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ impl<'a, 'r> rocket::request::FromRequest<'a, 'r> for IfNoneMatch {
}
}

#[get("/b1/<domain>/<user>/<repo>?<category>")]
#[get("/b1/<domain>/<user>/<repo...>?<category>")]
fn badge<'a, 'b>(
accept_header: &Accept,
if_none_match: IfNoneMatch,
Expand Down

0 comments on commit da87b8a

Please sign in to comment.