2025-11-17 18:40:04 +03:00

5 lines
108 B
TypeScript

import { httpClient } from '../httpClient'
export const getUsers = () =>
httpClient<Users>('/api/users')