Merge branch 'develop' into 'feature/TF-84_implemention_expert_management'

# Conflicts:
#   public/locales/fa/app.json
#   src/core/components/DataTable.jsx
#   src/core/data/apiRoutes.js
#   src/core/data/sidebarMenu.jsx
This commit is contained in:
AmirHossein Mahmoodi
2023-09-17 13:13:12 +00:00
27 changed files with 857 additions and 146 deletions

View File

@@ -172,3 +172,14 @@ export const GET_CITY_LIST = BASE_URL + "/api/cities";
// role list
export const GET_ROLE_LIST = BASE_URL + "/dashboard/roles/list";
// role list
//user management
export const GET_USER_MANAGEMENT =
BASE_URL + "/dashboard/user_management/show"
export const ADD_USER_MANAGEMENT =
BASE_URL + "/dashboard/user_management/store"
export const UPDATE_USER_MANAGEMENT =
BASE_URL + "/dashboard/user_management/update"
export const DELETE_USER_MANAGEMENT =
BASE_URL + "/dashboard/user_management/delete"
//user management