This commit is contained in:
austinkelsay 2024-09-30 19:34:51 -05:00
parent 156a1c906f
commit f56c54cebb

View File

@ -1,6 +1,6 @@
import { getAllUsers, createUser } from '@/db/models/userModels';
import { getServerSession } from "next-auth/next"
import { authOptions } from "@/api/auth/[...nextauth].js"
import { authOptions } from "@/pages/api/auth/[...nextauth].js"
export default async function handler(req, res) {
if (req.method === 'GET') {