tweak of 2b6f789a5b
This commit is contained in:
parent
2f7d10bf23
commit
b65fd34981
13 changed files with 98 additions and 36 deletions
|
@ -345,13 +345,13 @@ export type Endpoints = {
|
|||
};
|
||||
res: null;
|
||||
};
|
||||
'admin/delete-user-avatar': {
|
||||
'admin/unset-user-avatar': {
|
||||
req: {
|
||||
userId: User['id'];
|
||||
};
|
||||
res: null;
|
||||
};
|
||||
'admin/delete-user-banner': {
|
||||
'admin/unset-user-banner': {
|
||||
req: {
|
||||
userId: User['id'];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue