mirror of
https://github.com/vercel/next-learn.git
synced 2026-06-16 12:21:39 +00:00
t
This commit is contained in:
@@ -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 };
|
||||
|
||||
Reference in New Issue
Block a user