From 370bcb1e7ee6755897611a0a8ea26e65e5f27780 Mon Sep 17 00:00:00 2001 From: Sonam Jamtsho Date: Sun, 16 Feb 2025 00:46:03 -0500 Subject: [PATCH] Moved [...nextauth] inside the api route --- app/{ => api}/auth/[...nextauth]/route.ts | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename app/{ => api}/auth/[...nextauth]/route.ts (100%) diff --git a/app/auth/[...nextauth]/route.ts b/app/api/auth/[...nextauth]/route.ts similarity index 100% rename from app/auth/[...nextauth]/route.ts rename to app/api/auth/[...nextauth]/route.ts