src/main/java/kr/wisestone/owl/config/SecurityConfiguration.java
@@ -146,6 +146,7 @@ .antMatchers("/security/*").permitAll() .antMatchers("/api/issue").permitAll() .antMatchers("/**/*").authenticated(); // http.addFilter(new CustomAuthenticationFilter()); // http.addFilterBefore(new CustomAuthenticationFilter(), UsernamePasswordAuthenticationFilter.class);