feat(auth): create route.ts for NextAuth API handler

This commit is contained in:
cfngc4594 2025-03-12 15:02:02 +08:00
parent 134cd38964
commit 18ab071ca6

View File

@ -0,0 +1,3 @@
import { handlers } from "@/auth";
export const { GET, POST } = handlers;