Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
voiceflow-gallagan committed Aug 31, 2023
1 parent 4c9c6ec commit 4c06d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ app.post('/', async (req, res) => {
const base64data = Buffer.from(result).toString('base64')

const img = `data:${mimeType};base64,${base64data}`

console.log(img)
//res.json({ buffer: img })
res.send({ base64data })
})
Expand Down

0 comments on commit 4c06d14

Please sign in to comment.