7 lines
176 B
TypeScript
7 lines
176 B
TypeScript
import type { paths } from '@/openapi-types';
|
|
import createClient from 'openapi-fetch';
|
|
|
|
export const fetcher = createClient<paths>({
|
|
baseUrl: 'https://api.imphnen.dev',
|
|
});
|