test #302

Merged
klaus merged 8 commits from test into main 2025-04-07 10:23:14 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 602d9625e2 - Show all commits

View File

@ -70,6 +70,7 @@ class SecurityConfig(
.antMatchers("/member/signup").permitAll()
.antMatchers("/member/signup/v2").permitAll()
.antMatchers("/member/login").permitAll()
.antMatchers("/member/login/google").permitAll()
.antMatchers("/creator-admin/member/login").permitAll()
.antMatchers("/member/forgot-password").permitAll()
.antMatchers("/stplat/terms_of_service").permitAll()