게시판 : 임시 전체 허용

This commit is contained in:
KNKIM 2021-07-21 19:02:10 +09:00
parent b786824261
commit c1f5d1617f

View File

@ -53,6 +53,7 @@ public class SpringSecurityConfig extends WebSecurityConfigurerAdapter {
.antMatchers("/temp/**")
.antMatchers("/favicon/**")
.antMatchers("/*/*Ajax.do")
.antMatchers("/board/**")
;
}