Skip to content

Commit

Permalink
release: 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
devxb committed Feb 16, 2024
1 parent 4016f08 commit 6ede2ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
public class SecurityConfig {

private static final String[] PATTERNS = {"/css/**", "/images/**", "/js/**", "/favicon.ico/**", "/h2-console/**",
"/logins/**", "/auth/**"};
"/logins/**", "/auth/**", "/forcereviewalarm"};

private final JwtAuthenticationEntryPoint jwtAuthenticationEntryPoint;
private final JwtAccessDeniedHandler accessDeniedHandler;
Expand Down

0 comments on commit 6ede2ac

Please sign in to comment.