Get Site API Route

This commit is contained in:
headlesdev
2025-05-18 13:36:08 +02:00
parent afd0b65f8c
commit 75e324701a
3 changed files with 17 additions and 2 deletions

View File

@@ -1,6 +1,5 @@
import { NextRequest, NextResponse } from "next/server";
import prisma from "@/app/prisma";
import Fuse from "fuse.js";
interface QueryParams {
currentPage: number;