Skip to content

Commit

Permalink
v0.1.11 (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
dojinyou authored Mar 3, 2024
1 parent cb0ff80 commit 4a032c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,8 @@ tasks.jacocoTestCoverageVerification {
"com.mjucow.eatda.jooq.*",
"*.Companion",
"*.s3.*",
"*.popularstore.*" // FIXME: redis 이슈 해결 후 제거
"*.popularstore.*", // FIXME: redis 이슈 해결 후 제거
"*.health.*"
)
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@ class HealthCheckController {
fun healthCheck(): String {
return "ok"
}

}

0 comments on commit 4a032c9

Please sign in to comment.