Skip to content

Commit

Permalink
chore: add log in production :/
Browse files Browse the repository at this point in the history
  • Loading branch information
eulixir committed Apr 19, 2024
1 parent 8a0010d commit 971a295
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/web/guessController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ interface BodyParams {
}

export async function guessController(req: VercelRequest, res: VercelResponse) {
console.log(req)

const body: BodyParams = req.body

const response = await guessAnimeService(body.messages)
Expand Down

0 comments on commit 971a295

Please sign in to comment.