fix event

deskripsi:
- fix api status event
This commit is contained in:
2025-02-20 16:43:43 +08:00
parent 4e42dd7a94
commit ae1554a47f
10 changed files with 349 additions and 102 deletions

View File

@@ -10,7 +10,7 @@ export const apiGetUserSearch = async ({
const isPage = page ? `?page=${page}` : "";
const isSearch = search ? `&search=${search}` : "";
console.log("page", page);
const response = await fetch(`/api/user${isPage}${isSearch}`, {
method: "GET",
headers: {