We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bc4771 commit f7730ffCopy full SHA for f7730ff
src/main/java/org/myteam/server/global/security/config/SecurityConfig.java
@@ -62,7 +62,7 @@ public class SecurityConfig {
62
/** @brief health check */
63
"/status",
64
/** @brief prometheus config */
65
- "/actuator/**",
+ "api/v1/actuator/**", "/api/v1/query",
66
// Swagger Documents
67
/** @brief Swagger Docs */
68
"/v3/api-docs/**", "/swagger-ui/**",
0 commit comments