fix: update page
This commit is contained in:
@@ -24,8 +24,8 @@ export const updateUserInfo = async (body) => {
|
||||
};
|
||||
|
||||
export const reportPrivacy = async () => {
|
||||
return request({
|
||||
url: "/api/common/privacy/report",
|
||||
method: "POST",
|
||||
});
|
||||
// return request({
|
||||
// url: "/api/common/privacy/report",
|
||||
// method: "POST",
|
||||
// });
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user