Merge branch 'feature/CFE-1_implemention_of_history_in_call_widget' into 'develop'

CFE-1 complete programing part of call history of callwidget just need to work...

See merge request witel-front-end/crm-app!29
This commit is contained in:
AmirHossein Mahmoodi
2023-10-25 10:11:16 +00:00
16 changed files with 505 additions and 4 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 + "/api/calls/list";
// province list
//change password
export const SET_USER_PASSWORD = BASE_URL + "/api/profile/change_password";
//end change password