mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2025-06-16 06:48:33 +00:00
update(autocomplete): removed unecessary API logging
This commit is contained in:
@ -59,7 +59,6 @@ export async function GET(request: Request) {
|
|||||||
const suggestions = await response.json();
|
const suggestions = await response.json();
|
||||||
|
|
||||||
// Return the suggestions in the expected format
|
// Return the suggestions in the expected format
|
||||||
console.log('SearXNG autocompleter response:', suggestions);
|
|
||||||
return new NextResponse(JSON.stringify(suggestions), {
|
return new NextResponse(JSON.stringify(suggestions), {
|
||||||
headers: {
|
headers: {
|
||||||
'Content-Type': 'application/x-suggestions+json',
|
'Content-Type': 'application/x-suggestions+json',
|
||||||
|
Reference in New Issue
Block a user