Skip to content

Commit

Permalink
Update webhook.js
Browse files Browse the repository at this point in the history
  • Loading branch information
agalyanmann authored Jun 22, 2022
1 parent ed9ee4e commit 454c37c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webhook.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const port = 8000
app.use(express.json())

/******************************************************************************
* Dependencies
* Routes
******************************************************************************/
// Webhook endpoint to handle incoming transcripts from Recall
app.post('/meeting_transcript', (req, res) => {
Expand All @@ -26,4 +26,4 @@ app.post('/meeting_transcript', (req, res) => {

app.listen(port, () =>
console.log(`webhook running on port ${port}`)
)
)

0 comments on commit 454c37c

Please sign in to comment.