Skip to content

Commit

Permalink
fix: remove name
Browse files Browse the repository at this point in the history
  • Loading branch information
Throyer committed Oct 6, 2022
1 parent 9a24f4c commit 34f3a05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public OpenAPI springShopOpenAPI() {
.url("https://github.com/Throyer/springboot-api-rest-example/blob/master/LICENSE"))
.contact(new Contact()
.email("throyer.dev@gmail.com")
.name("Renato Henrique Horacio dos Santos")
.name("Renato Henrique")
.url("https://github.com/Throyer")))
.components(new Components()
.addSecuritySchemes("jwt", new SecurityScheme()
Expand Down

0 comments on commit 34f3a05

Please sign in to comment.