Skip to content

Commit

Permalink
fix: 바뀐 도메인에 따라 스웨거 server url 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
bflykky committed Aug 18, 2024
1 parent fb04aee commit 688c408
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("https://naoman.site");
server.setUrl("https://api.naoman.site");

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

0 comments on commit 688c408

Please sign in to comment.