diff --git a/app/api/auth/[...nextauth]/_route.ts b/app/api/auth/[...nextauth]/route.ts similarity index 100% rename from app/api/auth/[...nextauth]/_route.ts rename to app/api/auth/[...nextauth]/route.ts diff --git a/pages/api/auth/[...nextauth].ts b/pages/api/auth/[...nextauth].ts deleted file mode 100644 index 2d2d579..0000000 --- a/pages/api/auth/[...nextauth].ts +++ /dev/null @@ -1,6 +0,0 @@ -import NextAuth from "next-auth" - -import { authOptions } from "@/lib/auth" - -// @see ./lib/auth -export default NextAuth(authOptions)