agenda finition

This commit is contained in:
alma 2026-01-21 00:55:07 +01:00
parent b9b6d5ae4e
commit d7742ed6e8

View File

@ -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(