From 050bdcdc001b9f1f654e5c48d8382f60d9be939c Mon Sep 17 00:00:00 2001 From: bipproduction Date: Sun, 16 Feb 2025 17:29:55 +0800 Subject: [PATCH] ini tambahannya --- src/lib/api-fetch.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/api-fetch.ts b/src/lib/api-fetch.ts index 9316ef98..31c57210 100644 --- a/src/lib/api-fetch.ts +++ b/src/lib/api-fetch.ts @@ -3,4 +3,5 @@ import { AppServer } from '@/app/api/[[...slugs]]/route' import { treaty } from '@elysiajs/eden' const ApiFetch = treaty(Bun.env.NEXT_PUBLIC_WIBU_URL || 'localhost:3000') + export default ApiFetch \ No newline at end of file