From fb8a9856550f1cb9db2800c089f4c910512692da Mon Sep 17 00:00:00 2001 From: StephDietz Date: Thu, 21 Sep 2023 15:46:58 -0500 Subject: [PATCH] t --- dashboard/15-final/app/api/auth/[...nextauth]/route.ts | 2 +- 1 file changed, 1 insertion(+), 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 bafa544..43f0aa1 100644 --- a/dashboard/15-final/app/api/auth/[...nextauth]/route.ts +++ b/dashboard/15-final/app/api/auth/[...nextauth]/route.ts @@ -3,4 +3,4 @@ import NextAuth from 'next-auth'; const handler = NextAuth(authOptions); -export { handler as GET, handler as POST }; +export { handler as GET, handler as POST, authOptions };