Correcting some bugs and working on responsive.

This commit is contained in:
charles-gauthereau
2024-11-24 21:38:56 +01:00
parent d1e98eaa11
commit 7adaa44c98
3 changed files with 26 additions and 13 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import {prisma} from "@/prisma";
import {NextResponse} from "next/server";
export async function POST(
export async function GET(
request: Request,
{params}: { params: Promise<{ agentId: string }> }
) {