CFE-27 fixed mocks bug

This commit is contained in:
AmirHossein Mahmoodi
2023-10-15 14:17:29 +03:30
parent b7d60d687f
commit 4ba0e92e8e
2 changed files with 23 additions and 9 deletions

View File

@@ -16,7 +16,10 @@ export const SET_USER_PASSWORD = BASE_URL + "/api/profile/change_password";
export const GET_USER_ROUTE = BASE_URL + "/api/profile/info";
//user data
export const GET_SIDEBAR_NOTIFICATION = BASE_URL + "";
//sidebar notification
export const GET_SIDEBAR_NOTIFICATION = BASE_URL + "/dashboard/notification"
//sidebar notification
// role management
export const GET_ROLE_MANAGEMENT =