aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/app/.server/api/client.ts
blob: 12f2fc6ce6c9b14ada17fea867e26bec7b825029 (plain)
1
2
3
4
import createClient from "openapi-fetch";
import type { paths } from "./schema";

export const apiClient = createClient<paths>({ baseUrl: "http://api-server/" });