Skip to content

Commit

Permalink
Fix broken Modify doc test
Browse files Browse the repository at this point in the history
  • Loading branch information
juhaku committed Apr 26, 2022
1 parent 727f47e commit 80b64d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ pub trait Path {
/// fn modify(&self, openapi: &mut utoipa::openapi::OpenApi) {
/// openapi.components = Some(
/// utoipa::openapi::ComponentsBuilder::new()
/// .security_schema(
/// .security_scheme(
/// "api_jwt_token",
/// SecurityScheme::Http(
/// HttpBuilder::new()
Expand Down

0 comments on commit 80b64d9

Please sign in to comment.