Files
desa-darmasaba/src/lib/api-fetch.ts
bipproduction 2115af8126 tambahannnya
2025-02-15 21:56:18 +08:00

6 lines
207 B
TypeScript

import { AppServer } from '@/app/api/[[...slugs]]/route'
import { treaty } from '@elysiajs/eden'
const ApiFetch = treaty<AppServer>(process.env.NEXT_PUBLIC_HOST || 'localhost:3000')
export default ApiFetch