pnpm build
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { authOptions } from '@/lib/auth';
|
||||
import { getDashboardStats } from '@/lib/stats';
|
||||
import { getServerSession } from 'next-auth';
|
||||
import { NextResponse } from 'next/server';
|
||||
import { authOptions } from '../auth/[...nextauth]/route';
|
||||
|
||||
export async function GET() {
|
||||
const session = await getServerSession(authOptions);
|
||||
|
||||
Reference in New Issue
Block a user