Fix response writerg

This commit is contained in:
rxdn 2024-11-12 21:41:29 +00:00
parent b989f1b82d
commit 1796ec9cb5

View File

@ -51,5 +51,5 @@ func ErrorHandler(c *gin.Context) {
return
}
c.Writer.Write(cw.buf.Bytes())
cw.ResponseWriter.Write(cw.buf.Bytes())
}