last update
This commit is contained in:
@@ -33,4 +33,5 @@ export const request = {
|
||||
postUserProfile: (data) => api.post("api/v1/user-profile", data),
|
||||
patchUserProfile: (data, uuid) =>
|
||||
api.patch(`api/v1/user-profile/${uuid}`, data),
|
||||
getUserInfo: (headers) => api.get("oauth/userinfo", headers),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user