release: 2026-04-08 (8건 커밋) #10

병합
HYOJIN develop 에서 main 로 8 commits 를 머지했습니다 2026-04-08 09:09:12 +09:00
Showing only changes of commit f2fbff2130 - Show all commits

파일 보기

@ -58,7 +58,7 @@ public class ApiAccessLoggingFilter extends OncePerRequestFilter {
}
private boolean shouldSkip(String uri) {
return uri.startsWith("/actuator")
return uri.contains("/actuator")
|| uri.startsWith("/css")
|| uri.startsWith("/js")
|| uri.startsWith("/images")