There was an error while loading. Please reload this page.
1 parent 210e2a6 commit 774ee22Copy full SHA for 774ee22
functions/slack/index.js
@@ -141,7 +141,7 @@ const makeSearchRequest = (query) => {
141
* Receive a Slash Command request from Slack.
142
*
143
* Trigger this function by creating a Slack slash command with this URL:
144
- * https://[YOUR_REGION].[YOUR_PROJECT_ID].cloudfunctions.net/kgsearch
+ * https://[YOUR_REGION]-[YOUR_PROJECT_ID].cloudfunctions.net/kgSearch
145
146
* @param {object} req Cloud Function request object.
147
* @param {object} req.body The request payload.
0 commit comments