Refactor Exclude url pattern add actuator

This commit is contained in:
Rebwon
2021-10-21 15:47:56 +09:00
committed by MaengSol
parent 83508038c4
commit 40c6682b8a

View File

@@ -13,7 +13,8 @@ public class WebConfiguration implements WebMvcConfigurer {
"/api/accounts/login",
"/api/accounts/authorize",
"/api/accounts",
"/api/articles/all"
"/api/articles/all",
"/actuator/**"
};
@Override