Skip to content

Commit

Permalink
Merge branch 'develop' into feat/10
Browse files Browse the repository at this point in the history
  • Loading branch information
chaewonni authored Jul 8, 2024
2 parents e1f61e9 + e203df5 commit fb55c35
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ public class SecurityConfig {

private static final String[] AUTH_WHITE_LIST = {
"/api/v1/test/**",
"/api/v1/auth/signin"
"/api/v1/auth/signin",
"/actuator/health",
};

@Bean
Expand Down

0 comments on commit fb55c35

Please sign in to comment.