UPDATE: Outh2 google

This commit is contained in:
2026-03-30 16:13:00 +07:00
parent d3f128b284
commit 0410ae508e
21 changed files with 714 additions and 68 deletions

View File

@@ -209,8 +209,8 @@ func (h *UserController) ChangeRoleUser(c fiber.Ctx) error {
})
}
return c.Status(fiber.StatusOK).JSON(response.CommonResponse{
Status: true,
Data: user,
Status: true,
Data: user,
})
}
@@ -273,4 +273,4 @@ func (h *UserController) Search(c fiber.Ctx) error {
})
}
return c.Status(fiber.StatusOK).JSON(res)
}
}