Fixed the gif picker just need to add in gifs

This commit is contained in:
2026-06-26 20:58:57 +02:00
parent 4c1db42873
commit 3998285fd5
2 changed files with 16 additions and 12 deletions
+1 -5
View File
@@ -15,11 +15,7 @@ export async function GET(request: NextRequest) {
const pos = searchParams.get("pos") || ""
if (!TENOR_API_KEY) {
return NextResponse.json({
results: [],
error: "TENOR_API_KEY not configured",
noKey: true,
})
return NextResponse.json({ results: [], noKey: true })
}
const endpoint = q