From 455693b2cea194122e8320e0e8579c2444db7d0f Mon Sep 17 00:00:00 2001 From: bipproduction Date: Mon, 17 Feb 2025 10:36:25 +0800 Subject: [PATCH] tambahannya --- src/lib/api-fetch.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/api-fetch.ts b/src/lib/api-fetch.ts index 31c57210..94e6445d 100644 --- a/src/lib/api-fetch.ts +++ b/src/lib/api-fetch.ts @@ -1,7 +1,7 @@ +import Bun from 'bun' 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