mirror of
https://github.com/Wei-Shaw/sub2api.git
synced 2026-06-07 22:09:57 +00:00
Merge branch 'main' into test
This commit is contained in:
@@ -598,6 +598,10 @@ func (h *GatewayHandler) handleGeminiFailoverExhausted(c *gin.Context, failoverE
|
||||
msg = *rule.CustomMessage
|
||||
}
|
||||
|
||||
if rule.SkipMonitoring {
|
||||
c.Set(service.OpsSkipPassthroughKey, true)
|
||||
}
|
||||
|
||||
googleError(c, respCode, msg)
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user