what hapenned with the css of this project??? looks awfull
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
import { handlers } from '@/auth';
|
||||
|
||||
export const { GET, POST } = handlers;
|
||||
import { authOptions } from "@/auth";
|
||||
import NextAuth from "next-auth";
|
||||
|
||||
const handler = NextAuth(authOptions);
|
||||
|
||||
export { handler as GET, handler as POST }
|
||||
|
||||
Reference in New Issue
Block a user