change structure socket and add permission

This commit is contained in:
AmirHossein Mahmoodi
2025-05-07 10:23:21 +03:30
parent e48e48d6bb
commit bc59952f7b
5 changed files with 21 additions and 18 deletions

View File

@@ -4,10 +4,10 @@ export const GET_USER_ROUTE = api + "/profile/info";
export const CHANGE_USER_PASSWORD = api + "/profile/change_password";
export const GET_USER_LOGIN_ROUTE = api + "/auth/login";
export const GET_USER_LOGOUT_ROUTE = api + "/auth/logout";
export const GET_PERMISSIONS_ROUTE = "";
export const GET_PERMISSIONS_ROUTE = api + "/profile/permissions";
export const GET_SIDEBAR_BADGE_ROUTE = "";
export const GET_CATEGORY = api + "/categories";
export const GET_CATEGORY = api + "/categories/list";
export const GET_CALLER_HISTORY = api + "/calls/list";
export const CALL_ACTION = api + "/calls";