idk, fuck it

This commit is contained in:
Lee Robinson
2023-10-06 22:40:40 -05:00
parent 197ffcd6b9
commit 7c45e26fd7
9 changed files with 37 additions and 103 deletions

View File

@@ -1,4 +1,2 @@
import { handlers } from '@/auth';
const { GET, POST } = handlers;
export { GET, POST };
export { GET, POST } from '@/auth';
export const runtime = 'edge';