Skip to content

Commit

Permalink
docs: api 주소 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
CChuYong committed Nov 14, 2023
1 parent 55f012b commit 4970557
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class SwaggerConfig {
.components(Components())
.info(apiInfo())
.servers(listOf(Server().apply {
url = "https://api.nagaza.kr/"
url = "https://api.nagaza.xyz/"
description = "기본 나가자 API 서버"
}))

Expand Down

0 comments on commit 4970557

Please sign in to comment.