diff --git a/netlify/functions/api.ts b/netlify/functions/api.ts index 538ac243..a749cc41 100644 --- a/netlify/functions/api.ts +++ b/netlify/functions/api.ts @@ -1,5 +1,6 @@ import serverless from "serverless-http"; +import serverless from "serverless-http"; import { createServer } from "../../server"; export const handler = serverless(createServer());