From 08e2dce56c44c7fb5553a8f9994d115d2e3d2ed0 Mon Sep 17 00:00:00 2001 From: Patrick Alvin Alcala Date: Wed, 5 Nov 2025 12:24:11 +0800 Subject: [PATCH] Added getApiMulti --- src/utils/functions/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/functions/index.ts b/src/utils/functions/index.ts index 70ecba6..d78b458 100644 --- a/src/utils/functions/index.ts +++ b/src/utils/functions/index.ts @@ -2,4 +2,5 @@ export { default as checkConnection } from './checkConnection' export { default as createPdf } from './createPdf' export { default as postApi } from './postApi' export { default as getApi } from './getApi' +export { default as getApiMulti } from './getApiMulti' // export { default as generateFavicon } from './generateFavicon'