mirror of
https://github.com/neynarxyz/create-farcaster-mini-app.git
synced 2025-12-11 11:52:35 -05:00
7 lines
153 B
TypeScript
7 lines
153 B
TypeScript
import NextAuth from "next-auth"
|
|
import { authOptions } from "~/auth"
|
|
|
|
const handler = NextAuth(authOptions)
|
|
|
|
export { handler as GET, handler as POST }
|