3 lines
79 B
TypeScript
3 lines
79 B
TypeScript
import { handlers } from "@/src/auth";
|
|
|
|
export const { GET, POST } = handlers;
|