From 74e4e96c307b330e057ece5348d5bf682e107afa Mon Sep 17 00:00:00 2001 From: Jared Palmer Date: Sat, 10 Jun 2023 17:16:00 -0400 Subject: [PATCH] Update route.ts --- app/api/auth/[...nextauth]/route.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/auth/[...nextauth]/route.ts b/app/api/auth/[...nextauth]/route.ts index 4463a8e..febfb0f 100644 --- a/app/api/auth/[...nextauth]/route.ts +++ b/app/api/auth/[...nextauth]/route.ts @@ -1,2 +1,2 @@ export { GET, POST } from '@/auth' -// export const runtime = 'edge' +// export const runtime = 'edge'