Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
WilcoApp committed Jan 29, 2024
1 parent 77108a6 commit 52b4612
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ public SecurityFilterChain filterChain(HttpSecurity http) throws Exception {
.permitAll()
.requestMatchers("/actuator/**")
.permitAll()
.requestMatchers("/error")
.permitAll()
.requestMatchers("/health")
.permitAll()
.requestMatchers("/api/ping")
Expand Down

0 comments on commit 52b4612

Please sign in to comment.