Files
desa-darmasaba/src/lib/api-fetch.ts
bipproduction a72e6405e6 tambahannya
2025-02-17 10:38:25 +08:00

5 lines
210 B
TypeScript

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