mirror of
https://github.com/neynarxyz/create-farcaster-mini-app.git
synced 2025-12-13 04:42:39 -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 }
|