Skip to content

Commit 6ede2ac

Browse files
committed
release: 0.6.1
1 parent 4016f08 commit 6ede2ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/teumteum/core/security/SecurityConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
public class SecurityConfig {
3030

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

3434
private final JwtAuthenticationEntryPoint jwtAuthenticationEntryPoint;
3535
private final JwtAccessDeniedHandler accessDeniedHandler;

0 commit comments

Comments
 (0)