Skip to content

Commit cb4c8cb

Browse files
committed
Fix: openapi3 위치 변경
1 parent cf957b7 commit cb4c8cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,6 @@ bootJar {
140140
}
141141
from("src/main/resources/static/docs") {
142142
include 'openapi3.yaml'
143-
into 'static'
143+
into 'static/docs'
144144
}
145145
}

0 commit comments

Comments
 (0)