Skip to content

Commit

Permalink
securityConfig -> /health-check 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
jhkang1517 committed Feb 19, 2024
1 parent 36342dd commit b12c368
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/kotlin/mara/server/auth/security/SecurityConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ class SecurityConfig(
"/users/**",
"favicon.ico",
"/error",
"/h2-console/**"
"/h2-console/**",
"/health-check"
) // sign-up, sign-in 추가

@Bean
Expand Down

0 comments on commit b12c368

Please sign in to comment.