complete asan service gps
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { ResetPasswordUser } from "../../types";
|
||||
import axiosInstance from "../axios";
|
||||
|
||||
export const getUsersInformation = ({ }: any) => axiosInstance.get("/gps/user/me")
|
||||
export const changeUserPassword = (payload: ResetPasswordUser) => axiosInstance.post<any>("/gps/user/reset-pass", payload)
|
||||
export const updateUSerInformations = (payload: any) => axiosInstance.put<any>(`/gps/user/me/${payload?.id}`, payload?.formData)
|
||||
Reference in New Issue
Block a user