Skip to content

Commit

Permalink
Merge pull request #89 from CoolPeace-yanolza/develop
Browse files Browse the repository at this point in the history
openapi3.yaml 파일의 복사 위치 수정
  • Loading branch information
whdgns5059 authored Jan 10, 2024
2 parents feb4e9d + fba1bdc commit 9daf8c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ tasks.register("copyToSwaggerUI") {
doLast {
copy {
from openapi3Path
into "src/main/resources/static/swagger-ui/."
into "resources/static/swagger-ui/."
}
}
}
Expand Down

0 comments on commit 9daf8c3

Please sign in to comment.