mirror of
https://github.com/wgh136/nysoure.git
synced 2025-09-27 20:27:23 +00:00
fix collection api.
This commit is contained in:
@@ -66,6 +66,7 @@ func ErrorHandler(c fiber.Ctx) error {
|
||||
})
|
||||
}
|
||||
}
|
||||
log.Error("Internal Server Error: ", err)
|
||||
return c.Status(fiber.StatusInternalServerError).JSON(model.Response[any]{
|
||||
Success: false,
|
||||
Data: nil,
|
||||
|
Reference in New Issue
Block a user