Skip to content

Commit

Permalink
Update SwaggerConfig.java
Browse files Browse the repository at this point in the history
  • Loading branch information
min-0 authored Sep 11, 2024
1 parent 1f5e33b commit 3ba4e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/dnd/dndtravel/config/SwaggerConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class SwaggerConfig {
public OpenAPI openAPI() {
return new OpenAPI()
.info(new Info()
.title("MAPDDANG API")
.title("MAPDDANG TEST API")
.description("맵땅 앱 관련 API")
.version("1.0.0"))
.addServersItem(new Server().url("/").description("Generated Default Server URL")) //local에서는 http, aws에서는 https로 server url 설정됨
Expand Down

0 comments on commit 3ba4e47

Please sign in to comment.