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