Skip to content

Commit

Permalink
[Add] #10 : Security Config /actuator/health 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
its-sky committed Dec 30, 2023
1 parent 674db31 commit 07d4b40
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
public class SecurityConfig {
private static final String[] WHITELIST = {
"/login/**",
"/"
"/",
"/actuator/health"
};

private final MoonshotExceptionHandler moonshotExceptionHandler;
Expand Down

0 comments on commit 07d4b40

Please sign in to comment.