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 66be87b commit 26e1d5fCopy full SHA for 26e1d5f
src/app/api/discover/route.ts
@@ -36,7 +36,7 @@ export const GET = async (req: Request) => {
36
{
37
engines: ['bing news'],
38
pageno: 1,
39
- language: "en",
+ language: 'en',
40
},
41
)
42
).results;
@@ -53,7 +53,7 @@ export const GET = async (req: Request) => {
53
54
55
56
- language: "en"
57
58
59
0 commit comments