Files
WikiRush/app/api/auth/[...nextauth]/route.ts
T

4 lines
85 B
TypeScript
Raw Normal View History

import { handlers } from "../../../../auth";
export const { GET, POST } = handlers;