Explorar el Código

/customer/post/find/form 경로 제거

gagamel hace 4 años
padre
commit
5ea1433215

+ 1 - 2
src/main/java/com/style24/front/support/security/config/TsfSecurityConfig.java

@@ -81,8 +81,7 @@ public class TsfSecurityConfig extends WebSecurityConfigurerAdapter {
 
 		bean.setDisableUrls(new String[] {
 			"/",
-			"/index",
-			"/customer/post/find/form"
+			"/index"
 		});
 
 		return bean;