Fix response writerg
This commit is contained in:
parent
b989f1b82d
commit
1796ec9cb5
@ -51,5 +51,5 @@ func ErrorHandler(c *gin.Context) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
c.Writer.Write(cw.buf.Bytes())
|
cw.ResponseWriter.Write(cw.buf.Bytes())
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user