Skip to content

Commit

Permalink
Remove commented line
Browse files Browse the repository at this point in the history
  • Loading branch information
murraco committed Jul 19, 2020
1 parent 6b076ad commit 165c1f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/murraco/configuration/SwaggerConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ public Docket api() {
.useDefaultResponseMessages(false)//
.securitySchemes(Collections.singletonList(apiKey()))
.securityContexts(Collections.singletonList(securityContext()))
// .securitySchemes(Arrays.asList(new ApiKey("Bearer %token", "Authorization", "Header")))//
.tags(new Tag("users", "Operations about users"))//
.genericModelSubstitutes(Optional.class);

Expand Down

0 comments on commit 165c1f5

Please sign in to comment.