admin/delete-logs
This commit is contained in:
parent
cd4713db34
commit
f2daf229c3
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ export type Endpoints = {
|
|||
// admin
|
||||
'admin/abuse-user-reports': { req: TODO; res: TODO; };
|
||||
'admin/delete-all-files-of-a-user': { req: { userId: User['id']; }; res: null; };
|
||||
'admin/delete-logs': { req: TODO; res: null; };
|
||||
'admin/delete-logs': { req: null; res: null; };
|
||||
'admin/get-index-stats': { req: TODO; res: TODO; };
|
||||
'admin/get-table-stats': { req: TODO; res: TODO; };
|
||||
'admin/invite': { req: TODO; res: TODO; };
|
||||
|
|
Reference in a new issue