feat: add charge
This commit is contained in:
@@ -22,7 +22,7 @@ func (r Response) Error() string {
|
||||
}
|
||||
|
||||
func (r Response) Response(ctx fiber.Ctx) error {
|
||||
return ctx.Status(r.Code).JSON(r)
|
||||
return ctx.Status(r.StatusCode).JSON(r)
|
||||
}
|
||||
|
||||
var (
|
||||
|
||||
Reference in New Issue
Block a user