point click postback api 추가
This commit is contained in:
@@ -72,6 +72,7 @@ class SecurityConfig(
|
||||
.antMatchers("/member/forgot-password").permitAll()
|
||||
.antMatchers("/stplat/terms_of_service").permitAll()
|
||||
.antMatchers("/stplat/privacy_policy").permitAll()
|
||||
.antMatchers("/charge/ads").permitAll()
|
||||
.anyRequest().authenticated()
|
||||
.and()
|
||||
.build()
|
||||
|
Reference in New Issue
Block a user