From 2c2d05fd0a2c3c26d765f8a6beb88d907a097c1d Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Sun, 11 Feb 2024 14:54:52 +0000 Subject: refactor: Migrating to trpc instead of next's route handers --- packages/web/app/api/auth/[...nextauth]/route.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/web/app/api/auth') diff --git a/packages/web/app/api/auth/[...nextauth]/route.tsx b/packages/web/app/api/auth/[...nextauth]/route.tsx index e722926b..2f7f1cb0 100644 --- a/packages/web/app/api/auth/[...nextauth]/route.tsx +++ b/packages/web/app/api/auth/[...nextauth]/route.tsx @@ -1,3 +1,3 @@ -import { authHandler } from "@/lib/auth"; +import { authHandler } from "@/server/auth"; export { authHandler as GET, authHandler as POST }; -- cgit v1.2.3-70-g09d2