Skip to content

Commit 7d23925

Browse files
committed
Feat gnims-project#309 엑츄에이터 엔드포인트 미인증 접근 권한 가능
1 parent c7e67a9 commit 7d23925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/gnims/project/config/WebSecurityConfig.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public class WebSecurityConfig {
2626

2727
private final JwtUtil jwtUtil;
2828

29-
private static final String[] PERMIT_URL = {"/social/**","/users/**","/auth/**" ,"/favicon.ico","/","/slack/**"}; // cors test 용 "/cors/**"
29+
private static final String[] PERMIT_URL = {"/social/**","/users/**","/auth/**" ,"/favicon.ico","/","/slack/**", "/actuator/**"}; // cors test 용 "/cors/**"
3030
private static final String[] UN_PERMIT_URL = {"/users/*/events"};
3131

3232
@Bean

0 commit comments

Comments
 (0)