call back and service item skeleton
This commit is contained in:
@@ -11,5 +11,5 @@ export const updateSettings = async (params: UpdateSettingType) => {
|
||||
};
|
||||
|
||||
export const changePassword = async (params: ChangePasswordType) => {
|
||||
await axios.patch(`/auth/password`, params);
|
||||
await axios.patch(`/auth/change-password`, params);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user