bugfix
This commit is contained in:
@ -18,3 +18,8 @@ export const getInfo = (token?: string) =>
|
||||
Authorization: token ? `Bearer ${token}` : undefined,
|
||||
},
|
||||
});
|
||||
|
||||
export const getProfile = () =>
|
||||
httpClient.request({
|
||||
url: "/system/user/profile",
|
||||
});
|
||||
|
Reference in New Issue
Block a user