Skip to content

Commit e84da8e

Browse files
committed
[feat/#12] 시큐리티 화이트리스트 actuator 추가
1 parent 7b6effc commit e84da8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/moplus/moplus_server/global/config/security/SecurityConfig.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public class SecurityConfig {
3434
private final EmailPasswordSuccessHandler emailPasswordSuccessHandler;
3535
private final AuthenticationConfiguration authenticationConfiguration;
3636

37-
private String[] allowUrls = {"/", "/favicon.ico", "/swagger-ui/**", "/v3/**"};
37+
private String[] allowUrls = {"/", "/favicon.ico", "/swagger-ui/**", "/v3/**", "/actuator/**"};
3838

3939
@Value("${cors-allowed-origins}")
4040
private List<String> corsAllowedOrigins;

0 commit comments

Comments
 (0)