point click postback api 추가

This commit is contained in:
2023-09-19 12:15:57 +09:00
parent 615d4baef8
commit d5cc28e50b
12 changed files with 176 additions and 3 deletions

View File

@@ -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()