Skip to content

Commit 1f9cecf

Browse files
committed
chore: add logs on image generation
1 parent bfe9079 commit 1f9cecf

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

app/api/dynamics/comparateur/route.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ export async function GET(req: NextRequest) {
3232
}))
3333
}
3434

35+
console.log('comparateur', req)
3536
const { searchParams } = new URL(req.url)
3637
return new ImageResponse(
3738
(

app/api/dynamics/equivalents/[slug]/route.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ export async function GET(req: NextRequest, context: { params: Promise<{ slug: s
4949

5050
const { searchParams } = new URL(req.url)
5151
const language = searchParams.get('language') || 'fr'
52+
console.log('equivalents', req)
5253

5354
return new ImageResponse(
5455
(

0 commit comments

Comments
 (0)