6 lines
112 B
TypeScript
6 lines
112 B
TypeScript
import { nextAuthHandler } from "@/server/auth";
|
|
|
|
export { nextAuthHandler as GET, nextAuthHandler as POST };
|
|
|
|
|