Skip to content

Commit f7730ff

Browse files
committed
fix: permiturl 설정
1 parent 0bc4771 commit f7730ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/myteam/server/global/security/config/SecurityConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public class SecurityConfig {
6262
/** @brief health check */
6363
"/status",
6464
/** @brief prometheus config */
65-
"/actuator/**",
65+
"api/v1/actuator/**", "/api/v1/query",
6666
// Swagger Documents
6767
/** @brief Swagger Docs */
6868
"/v3/api-docs/**", "/swagger-ui/**",

0 commit comments

Comments
 (0)