This commit is contained in:
4
api/endpoints/getUsers.ts
Normal file
4
api/endpoints/getUsers.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import { httpClient } from '../httpClient'
|
||||
|
||||
export const getUsers = () =>
|
||||
httpClient<Users>('/api/users')
|
||||
Reference in New Issue
Block a user