From e20b9efd8109a813ffbb61b90df9bf97859c2c5d Mon Sep 17 00:00:00 2001 From: Lee Robinson Date: Thu, 12 Oct 2023 16:39:10 -0500 Subject: [PATCH] test --- dashboard/15-final/app/api/auth/[...nextauth]/route.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/dashboard/15-final/app/api/auth/[...nextauth]/route.ts b/dashboard/15-final/app/api/auth/[...nextauth]/route.ts index 74197d2..fae4907 100644 --- a/dashboard/15-final/app/api/auth/[...nextauth]/route.ts +++ b/dashboard/15-final/app/api/auth/[...nextauth]/route.ts @@ -1,2 +1 @@ export { GET, POST } from '@/auth'; -export const runtime = 'edge';