Skip to content

Commit 25f7ad3

Browse files
committed
fixed the deployment button url
1 parent da068f3 commit 25f7ad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ These are sample clients for Facebook's [Webhooks](https://developers.facebook.c
1010
### WhatsApp Cloud API Webhooks
1111
1. Deploy the sample app on Heroku with this button:
1212

13-
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://github.com/JAXPARROW/whatsapi-flask-webhook)
13+
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/JAXPARROW/whatsapi-flask-webhook)
1414

1515

1616
1. Set up your client's [subscription] using your `https://<your-subdomain>.herokuapp.com/whatsapi` as the callback URL. It is recommended that you set a `TOKEN` and `APP_SECRET` [config var](https://devcenter.heroku.com/articles/config-vars) as part of the set up of your Heroku app to secure requests. If you choose not to set a config var, then you will need to set a verify token of 'token' when configuring the callback URL.

0 commit comments

Comments
 (0)