Просмотр исходного кода

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

gagamel 4 лет назад
Родитель
Сommit
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;