Skip to content

Commit

Permalink
Fix: Swagger Config μˆ˜μ •
Browse files Browse the repository at this point in the history
  • Loading branch information
saokiritoni committed Dec 14, 2024
1 parent 05f4bbe commit 7b73569
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/dongguk/osori/config/SwaggerConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ public class SwaggerConfig implements WebMvcConfigurer {
public OpenAPI customOpenAPI() {
return new OpenAPI()
.info(new Info()
.title("DuoBloom API")
.title("Akoming API")
.version("1.0.0")
.description("DuoBloom API λ¬Έμ„œ")
.description("아코밍 API λ¬Έμ„œ")
.license(new License().name("Apache 2.0").url("http://springdoc.org")));
}

Expand Down

0 comments on commit 7b73569

Please sign in to comment.