Skip to content

Commit

Permalink
Swagger 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
j-ra1n committed Jan 11, 2025
1 parent 8d6d483 commit 1cc5166
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ public OpenAPI openAPI(@Value("${UrdegoCoreUrls}") List<String> serverList) {
Info info = new Info()
.title("Urdego Content Service")
.version("1.0.0")
.description("어데고 컨텐츠 서버 API 문서입니다.")
.description("어데고 컨텐츠 서버 API 문서입니다.\n\n"
+ "[User Service <- 이동하기](https://urdego.site/user/swagger-ui/index.html)\n\n"
+ "[Game Service <- 이동하기](https://urdego.site/game/swagger-ui/index.html)")
.contact(new Contact()
.name("Urdego GitHub Link")
.url("https://github.com/urdego/Urdego_Content_Service"))
Expand Down

0 comments on commit 1cc5166

Please sign in to comment.