Skip to content

Commit

Permalink
fix: swagger 주소 수정 (www 추가)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgjinsu committed Jan 6, 2025
1 parent 09c3790 commit 6a7be1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/jikgong/global/config/SwaggerConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
@OpenAPIDefinition(
info = @Info(title = "jikgong API 명세서", version = "v1"),
servers = {
@Server(url = "https://jikgong.p-e.kr", description = "Default Server"),
@Server(url = "https://www.jikgong.p-e.kr", description = "Default Server"),
@Server(url = "http://localhost:8080", description = "Local Server"),
}
)
Expand Down

0 comments on commit 6a7be1a

Please sign in to comment.