Files
imphnen-frontend-service/apps/landing/src/lib/openapi.ts
T

7 lines
176 B
TypeScript
Raw Normal View History

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