feat: frontend
This commit is contained in:
7
ordr-ui/app/client/queries/PromoteUserQuery.ts
Normal file
7
ordr-ui/app/client/queries/PromoteUserQuery.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
/*
|
||||
PromoteUser
|
||||
PUT: {{baseURL}}/user/promote?user_id=1
|
||||
*/
|
||||
export interface PromoteUser {
|
||||
user_id: string;
|
||||
}
|
||||
Reference in New Issue
Block a user