Skip to content

Commit 856f422

Browse files
Merge pull request #398 from RealMatchTeam/fix/spring-security-fix
fix: 정상테스트 api를 springSecurity에서 permit
2 parents 8c0ca88 + 94be1eb commit 856f422

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/com/example/RealMatch/global/config/SecurityConfig.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ public class SecurityConfig {
4242
"/api/login/success",
4343
"/api/v1/ws/**",
4444
"/v3/api-docs/**", "/swagger-ui/**", "/swagger-resources/**",
45+
"/api/test",
4546
"/api/v1/tags/**",
4647
"/actuator/health",
4748
"/api/v1/auth/signup",

0 commit comments

Comments
 (0)