9 lines
181 B
TypeScript
9 lines
181 B
TypeScript
import createClient from "openapi-react-query"
|
|
|
|
import { fetchClient } from "./fetchClient"
|
|
|
|
export { fetchClient }
|
|
|
|
export const api = createClient(fetchClient)
|
|
export default api
|