update table

This commit is contained in:
2026-04-09 15:36:16 +07:00
parent 430063e913
commit b4a667e764
4 changed files with 159 additions and 102 deletions

View File

@@ -22,6 +22,7 @@ export const apiRestoreUser = async (id: string) => {
const response = await api.patch(API.Admin.RESTORE_USER(id));
return response?.data;
};
export const apiGetAllRole = async () => {
const response = await api.get(API.Admin.GET_ALL_ROLE);
return response?.data;