mirror of
https://github.com/vercel/next-learn.git
synced 2026-07-02 17:08:42 +00:00
3 lines
67 B
TypeScript
3 lines
67 B
TypeScript
export { GET, POST } from '@/auth';
|
|
export const runtime = 'edge';
|