Update RequestUriUtils.java

This commit is contained in:
Ludy87 2025-03-26 16:42:51 +01:00
parent dcac4cbbb1
commit 7b709775a6
No known key found for this signature in database
GPG Key ID: 92696155E0220F94

View File

@ -39,6 +39,7 @@ public class RequestUriUtils {
|| requestURI.endsWith(".css")
|| requestURI.endsWith(".map")
|| requestURI.endsWith(".svg")
|| requestURI.endsWith("popularity.txt")
|| requestURI.endsWith(".js")
|| requestURI.contains("swagger")
|| requestURI.startsWith("/api/v1/info")