Skip to content

Commit

Permalink
Merge pull request #4 from Team-Wable/fix/#3
Browse files Browse the repository at this point in the history
chore: fix dontbe to wable
  • Loading branch information
Hong0329 authored Aug 8, 2024
2 parents f7f8aa1 + 7336dd3 commit a22a448
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
import org.springframework.context.annotation.Configuration;

@OpenAPIDefinition(
info = @Info(title = "Don't be API 명세서",
description = "Don't be API 명세서",
info = @Info(title = "Wable API 명세서",
description = "Wable API 명세서",
version = "v1"))
@RequiredArgsConstructor
@Configuration
Expand All @@ -26,7 +26,7 @@ public class SwaggerConfig {
@Bean
public GroupedOpenApi Version1OpenApi() {
return GroupedOpenApi.builder()
.group("Don't be API v1")
.group("Wable API v1")
.pathsToMatch("/api/v1/**")
.build();
}
Expand Down

0 comments on commit a22a448

Please sign in to comment.