mirror of
https://github.com/AustinKelsay/plebdevs.git
synced 2025-06-06 01:02:04 +00:00
Fix path
This commit is contained in:
parent
156a1c906f
commit
f56c54cebb
@ -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') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user