feat: add auth
This commit is contained in:
4
app/api/auth/[...auth]+api.ts
Normal file
4
app/api/auth/[...auth]+api.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import { auth } from "@/lib/auth";
|
||||
|
||||
const handler = auth.handler;
|
||||
export { handler as GET, handler as POST };
|
||||
Reference in New Issue
Block a user