Update MiddlewareLog.go

This commit is contained in:
george fox
2024-03-20 19:02:39 +08:00
committed by GitHub
parent cda4359c0e
commit a965a38890

View File

@@ -43,7 +43,7 @@ func MiddlewareLog(r *ghttp.Request) {
r.Middleware.Next()
// 青牛完成
// 完成
if constants.DEBUG {
data := string(r.Response.Buffer())
if r.URL.Path == "" || r.URL.Path == "/" || gstr.Contains(