fix: /v1/common/log/report 跳过签名验证
All checks were successful
Build docker and publish / build (20.15.1) (push) Successful in 8m7s

Co-Authored-By: claude-flow <ruv@ruv.net>
This commit is contained in:
shanshanzhong 2026-03-27 00:05:43 -07:00
parent e5c8e965af
commit cee97ae630

View File

@ -24,6 +24,7 @@ var (
"/v1/iap/notifications", "/v1/iap/notifications",
"/v1/telegram/webhook", "/v1/telegram/webhook",
"/v1/subscribe/config", "/v1/subscribe/config",
"/v1/common/log/report",
} }
) )