크리에이터 관리자 - 콘텐츠 리스트, 로그인 API 추가

This commit is contained in:
2023-08-23 00:06:09 +09:00
parent d0aebe906b
commit c3cb8fe93b
9 changed files with 450 additions and 1 deletions

View File

@@ -68,6 +68,7 @@ class SecurityConfig(
.antMatchers("/member/check/nickname").permitAll()
.antMatchers("/member/signup").permitAll()
.antMatchers("/member/login").permitAll()
.antMatchers("/creator-admin/member/login").permitAll()
.antMatchers("/member/forgot-password").permitAll()
.antMatchers("/stplat/terms_of_service").permitAll()
.antMatchers("/stplat/privacy_policy").permitAll()