mirror of
https://github.com/vercel/next-learn.git
synced 2026-07-08 06:28:41 +00:00
idk, fuck it
This commit is contained in:
@@ -1,4 +1,2 @@
|
||||
import { handlers } from '@/auth';
|
||||
|
||||
const { GET, POST } = handlers;
|
||||
export { GET, POST };
|
||||
export { GET, POST } from '@/auth';
|
||||
export const runtime = 'edge';
|
||||
|
||||
Reference in New Issue
Block a user