From 28f62d80cf90cb24beb837932c308f3a14bb5230 Mon Sep 17 00:00:00 2001 From: Jared Palmer Date: Wed, 21 Jun 2023 14:24:27 -0700 Subject: [PATCH] Remove auth at edge --- app/api/auth/[...nextauth]/route.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/app/api/auth/[...nextauth]/route.ts b/app/api/auth/[...nextauth]/route.ts index 883210b..35e9719 100644 --- a/app/api/auth/[...nextauth]/route.ts +++ b/app/api/auth/[...nextauth]/route.ts @@ -1,2 +1 @@ export { GET, POST } from '@/auth' -export const runtime = 'edge'