The npm install command failed in my project. Analyze the following er
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
|
||||
import NextAuth from 'next-auth';
|
||||
import { authConfig } from '@/auth.config';
|
||||
|
||||
export const { handlers, auth, signIn, signOut } = NextAuth(authConfig);
|
||||
|
||||
export const GET = handlers.GET;
|
||||
export const POST = handlers.POST;
|
||||
Reference in New Issue
Block a user