fix(errors,middlewares): return plain text on 404 error

This commit is contained in:
Guz
2024-10-18 00:23:42 -03:00
parent d74a13bfd6
commit fb97c490a8

View File

@@ -188,8 +188,6 @@ func (m *ErrorMiddleware) Wrap(next http.Handler) http.Handler {
return
}
_, _ = w.Write(b)
return
}