Skip to content

Commit 34f3a05

Browse files
committed
fix: remove name
1 parent 9a24f4c commit 34f3a05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/main/java/com/github/throyer/example/modules/infra/configurations/SwaggerConfiguration.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public OpenAPI springShopOpenAPI() {
3131
.url("https://github.com/Throyer/springboot-api-rest-example/blob/master/LICENSE"))
3232
.contact(new Contact()
3333
34-
.name("Renato Henrique Horacio dos Santos")
34+
.name("Renato Henrique")
3535
.url("https://github.com/Throyer")))
3636
.components(new Components()
3737
.addSecuritySchemes("jwt", new SecurityScheme()

0 commit comments

Comments
 (0)