Skip to content

Commit

Permalink
Fix/91/sungwook (#118)
Browse files Browse the repository at this point in the history
* fix: 필요없는 test 삭제, build.gradle 충돌 지점 삭제

* feat(ReservationServiceImpl.java): import문 선언 안된거 fix

* feat(StatusCheckController): health check

* feat(WebSecurityConfig): health check
  • Loading branch information
gbk1414 authored May 6, 2024
1 parent 8e6f406 commit 5289b1e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public class WebSecurityConfig {
"/error-page",
"/actuator/health",
"/actuator/info",
"/health-check",
"/",
"/apm/**",
"/flight/**",
Expand Down

0 comments on commit 5289b1e

Please sign in to comment.