Merge branch 'main' into changes

This commit is contained in:
Anthony Stirling
2023-12-31 13:33:10 +00:00
committed by GitHub
174 changed files with 5505 additions and 4723 deletions

View File

@@ -12,6 +12,5 @@ public class RequestUriUtils {
|| requestURI.endsWith(".svg")
|| requestURI.startsWith("/api/v1/info/status");
}
}
}