order page and user page update

This commit is contained in:
Samandar Turgunboyev
2025-12-26 17:17:45 +05:00
parent 768ba9585d
commit 388c8bcfd1
9 changed files with 209 additions and 108 deletions

View File

@@ -26,4 +26,9 @@ export const user_api = {
const res = await httpClient.delete(`${API_URLS.UserDelete(id)}`);
return res;
},
async import_user() {
const res = await httpClient.post(API_URLS.Import_User);
return res;
},
};