Skip to content

Commit 299cf55

Browse files
committed
Correct endpoint name
1 parent 1032458 commit 299cf55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react/team-chat-with-threads/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ To run this tutorial, you will need:
2525
1. Under **Custom message actions**, create a new action with a name of "replyInThread" and a label of "Reply in thread", available to all messages for users with write permission
2626
1. In the **Settings** tab under **Webhooks**:
2727
1. enable the "message.sent" option.
28-
1. Add the ngrok URL to **Webhook URLs** in the TalkJS dashboard, adding `/updateReplyCount`: `https://<YOUR_URL>.ngrok-free.app/updateReplyCount`
28+
1. Add the ngrok URL to **Webhook URLs** in the TalkJS dashboard, adding `/update-reply-count`: `https://<YOUR_URL>.ngrok-free.app/update-reply-count`
2929
1. Inside the `/backend` directory:
3030
1. Replace `<APP_ID>` and `<SECRET_KEY>` in `server.js` with the values found in the **Settings** tab of your [TalkJS dashboard](https://talkjs.com/dashboard/login).
3131
1. Install dependencies by running `npm install`

0 commit comments

Comments
 (0)