Skip to content

Commit

Permalink
authenticated health
Browse files Browse the repository at this point in the history
  • Loading branch information
Numa Leone committed Jul 4, 2023
1 parent b1b6fa2 commit 9a16090
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ class SecurityConfig {
.mvcMatchers("/snippet").authenticated()
.mvcMatchers("/snippet/**").authenticated()
.mvcMatchers("/health").authenticated()
.mvcMatchers("/health/**").authenticated()
.mvcMatchers("/test").authenticated()
.mvcMatchers("/test/**").authenticated()
.mvcMatchers("/rule").authenticated()
Expand Down

0 comments on commit 9a16090

Please sign in to comment.