Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
j05u3 committed Aug 21, 2023
1 parent 0825dfd commit bf40b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The webhook part of the API is implemented as an express router. The webhook is

```ts
app.use(
'/webhook/whatsapp',
'/webhook/whatsapp', // you can change this path to whatever you want, but make sure to change it on the Facebook Developer Console too
getWebhookRouter({
// fill your own values here:
webhookVerifyToken: process.env.WHATSAPP_WEBHOOK_VERIFICATION_TOKEN ?? '',
Expand Down

0 comments on commit bf40b84

Please sign in to comment.