agenda finition
This commit is contained in:
parent
b9b6d5ae4e
commit
d7742ed6e8
@ -1,6 +1,8 @@
|
||||
import { getServerSession } from "next-auth/next";
|
||||
import { authOptions } from "../../auth/options";
|
||||
import { NextResponse } from "next/server";
|
||||
import { prisma } from "@/lib/prisma";
|
||||
import { logger } from "@/lib/logger";
|
||||
|
||||
async function getAdminToken() {
|
||||
const tokenResponse = await fetch(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user