Skip to content

Commit

Permalink
fix: swagger 기본 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
yeonjy authored Jun 12, 2024
1 parent b8b0a2e commit e30a997
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public OpenAPI openAPI() {

private List<Server> getServers() {
return List.of(new Server()
.url("/api")
.url("/")
.description("백엔드 api 서버")
);
}
Expand Down

0 comments on commit e30a997

Please sign in to comment.