This commit is contained in:
StephDietz
2023-09-21 15:46:58 -05:00
parent 456e76f4cf
commit fb8a985655

View File

@@ -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 };