Skip to content

Commit

Permalink
[FIX]actuator/health만 허용되도록 securityConfig수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Hong0329 committed May 1, 2024
1 parent 39ba31b commit c217ee9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public class SecurityConfig {
"/api/v1/auth",
"/health",
"/profile",
"/actuator/**"
"/actuator/health"
};

@Bean
Expand Down

0 comments on commit c217ee9

Please sign in to comment.