Skip to content

Commit

Permalink
feat: 생성된 도메인 및 HTTPS 적용에 따라 스웨거에 표시되는 url 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
bflykky committed Jul 31, 2024
1 parent 6551a42 commit 50b1d18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public OpenAPI openAPI() {
SecurityRequirement securityRequirement = new SecurityRequirement().addList("bearerAuth");

Server server = new Server();
server.setUrl("http://52.79.212.19");
server.setUrl("https://www.naoman.site");

Server local = new Server();
local.setUrl("http://localhost:8080");
Expand Down

0 comments on commit 50b1d18

Please sign in to comment.