Skip to content

Commit

Permalink
Merge pull request #197 from TeamDon-tBe/fix/#196
Browse files Browse the repository at this point in the history
[FIX]actuator/health만 허용되도록 securityConfig수정
  • Loading branch information
Hong0329 authored May 1, 2024
2 parents 39ba31b + c217ee9 commit f15e04a
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 f15e04a

Please sign in to comment.