Update route.ts

This commit is contained in:
pennyteenycat 2025-06-20 01:55:04 +02:00 committed by GitHub
parent 97c63b6d02
commit b1c34bd5cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,6 +29,7 @@
//}
import { NextRequest, NextResponse } from "next/server";
import { ROUTES } from "@/shared/constants/client-routes";
export async function GET(req: NextRequest) {