write a hook for fetching caller history and work on caller history part of widget

This commit is contained in:
2023-10-23 10:58:17 +03:30
parent 3286f6d0e3
commit 0f06c0343f
5 changed files with 120 additions and 29 deletions

View File

@@ -16,6 +16,10 @@ export const GET_ROLE_LIST = BASE_URL + "/api/roles/list";
export const GET_PROVINCE_LIST = BASE_URL + "/api/provinces";
// province list
// province list
export const GET_CALLER_HISTORY = BASE_URL + "...";
// province list
//change password
export const SET_USER_PASSWORD = BASE_URL + "/api/profile/change_password";
//end change password