mirror of
https://github.com/formbricks/formbricks.git
synced 2026-02-09 10:44:38 -06:00
Co-authored-by: Johannes <johannes@formbricks.com> Co-authored-by: Matti Nannt <mail@matthiasnannt.com>
7 lines
178 B
TypeScript
7 lines
178 B
TypeScript
import NextAuth from "next-auth";
|
|
import { authOptions } from "@formbricks/lib/authOptions";
|
|
|
|
const handler = NextAuth(authOptions);
|
|
|
|
export { handler as GET, handler as POST };
|