mirror of
https://github.com/vercel/next-learn.git
synced 2026-07-01 00:24:24 +00:00
5 lines
90 B
TypeScript
5 lines
90 B
TypeScript
import { handlers } from '@/auth';
|
|
|
|
const { GET, POST } = handlers;
|
|
export { GET, POST };
|