Compare commits

...

1 Commits
main ... amp

Author SHA1 Message Date
hkfires
5f7067ef0d test 2026-01-12 19:53:26 +08:00

View File

@@ -115,7 +115,7 @@ func shouldLogRequest(path string) bool {
}
if strings.HasPrefix(path, "/api") {
return strings.HasPrefix(path, "/api/provider")
return strings.HasPrefix(path, "/api/provider") || strings.HasPrefix(path, "/api/internal")
}
return true