We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbc5609 commit 09f3836Copy full SHA for 09f3836
apps/web/src/app/api/query/route.ts
@@ -21,6 +21,5 @@ export async function GET(request: Request) {
21
});
22
23
const data = await response.json();
24
- console.log(data);
25
return NextResponse.json(data);
26
}
0 commit comments