Skip to content

Commit

Permalink
Swagger 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
j-ra1n committed Jan 17, 2025
1 parent 748501c commit efb43f4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ public OpenAPI customOpenAPI() {
.url("http://www.apache.org/licenses/LICENSE-2.0")))

.servers(List.of(
new Server().url("http://localhost:8081"),
new Server().url("https://urdego.site")
new Server().url("https://urdego.site"),
new Server().url("http://localhost:8081")
));
}
}

0 comments on commit efb43f4

Please sign in to comment.