mirror of
https://github.com/formbricks/formbricks.git
synced 2026-02-04 18:49:39 -06:00
8 lines
179 B
TypeScript
8 lines
179 B
TypeScript
import NextAuth from "next-auth";
|
|
|
|
import { authOptions } from "@formbricks/lib/authOptions";
|
|
|
|
const handler = NextAuth(authOptions);
|
|
|
|
export { handler as GET, handler as POST };
|