agenda finition

This commit is contained in:
alma 2026-01-21 00:46:53 +01:00
parent a0316f2792
commit a17d973b27
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ import { NextRequest, NextResponse } from "next/server";
import { getServerSession } from "next-auth/next";
import { authOptions } from "@/app/api/auth/options";
import { prisma } from "@/lib/prisma";
import logger from "@/utils/logger";
import logger from "@/lib/logger";
async function getAdminToken() {
try {

View File

@ -2,7 +2,7 @@ import { NextRequest, NextResponse } from "next/server";
import { getServerSession } from "next-auth/next";
import { authOptions } from "@/app/api/auth/options";
import { prisma } from "@/lib/prisma";
import logger from "@/utils/logger";
import logger from "@/lib/logger";
/**
* Handles GET requests to retrieve a calendar by its ID.