We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9104372 commit 6be9e71Copy full SHA for 6be9e71
README.rst
@@ -83,7 +83,7 @@ Create a Slack Event Adapter for receiving actions via the Events API
83
from slackeventsapi import SlackEventAdapter
84
85
86
- slack_events_adapter = SlackEventAdapter(SLACK_VERIFICATION_TOKEN, endpoint="/slack_events")
+ slack_events_adapter = SlackEventAdapter(SLACK_VERIFICATION_TOKEN, endpoint="/slack/events")
87
88
89
# Create an event listener for "reaction_added" events and print the emoji name
0 commit comments