fix: frontend depends app health

This commit is contained in:
wizardchen
2025-09-11 14:15:58 +08:00
committed by lyingbug
parent bff0e742fa
commit 78088057fb
4 changed files with 20 additions and 2 deletions

View File

@@ -19,6 +19,7 @@ var noAuthAPI = map[string][]string{
"/api/v1/test-data": {"GET"},
"/api/v1/tenants": {"POST"},
"/api/v1/initialization/*": {"GET", "POST"},
"/health": {"GET"},
}
// 检查请求是否在无需认证的API列表中