From 18cd492ffd9ab711090413c38ce06f23f18db738 Mon Sep 17 00:00:00 2001 From: wobsoriano Date: Sat, 20 May 2023 11:11:07 -0700 Subject: [PATCH] feat: export createH3ApiHandler for h3 apps --- src/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.ts b/src/index.ts index 82198d4..ef0f8aa 100644 --- a/src/index.ts +++ b/src/index.ts @@ -128,3 +128,5 @@ export function createNuxtApiHandler ({ return body }) } + +export const createH3ApiHandler = createNuxtApiHandler