Merge branch 'feature/edit_profile' into 'develop'

add mui lab and @resolver/yup for react hook form package and complete change...

See merge request witel-front-end/rms!18
This commit is contained in:
AmirHossein Mahmoodi
2024-09-16 06:44:03 +00:00
11 changed files with 546 additions and 139 deletions

View File

@@ -1,6 +1,8 @@
const api = process.env.NEXT_PUBLIC_API_URL;
export const GET_USER_ROUTE = api + "/webapi/user/get-permission";
export const GET_USER_ROUTE = api + "/api/v3/profile/info";
export const UPDATE_USER_ROUTE = api + "/api/v3/profile/edit";
export const CHANGE_USER_PASSWORD = api + "/api/v3/profile/change_password";
export const GET_LOGIN_ROUTE = api + "/login_dev";
export const GET_INQUIRY_PRIVACY_FENCING_ROUTE = api + "/api/v3/harim/divarkeshi";
export const GET_PERMISSIONS_ROUTE = api + "/webapi/user/get-permission";