fix: springboot healthy检测完成

This commit is contained in:
tim
2025-09-30 10:22:39 +08:00
parent f8a2ee6ee9
commit 28618c7452
2 changed files with 4 additions and 3 deletions

View File

@@ -234,6 +234,7 @@ public class SecurityConfig {
uri.startsWith("/api/channels") ||
uri.startsWith("/api/sitemap.xml") ||
uri.startsWith("/api/medals") ||
uri.startsWith("/actuator") ||
uri.startsWith("/api/rss"));
if (authHeader != null && authHeader.startsWith("Bearer ")) {