Skip to content

Commit 774ee22

Browse files
Ace Nassrifhinkel
andauthored
Use correct GCF URL in Slack sample (GoogleCloudPlatform#1756)
Fixes b/135639584 Co-authored-by: F. Hinkelmann <franziska.hinkelmann@gmail.com>
1 parent 210e2a6 commit 774ee22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/slack/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ const makeSearchRequest = (query) => {
141141
* Receive a Slash Command request from Slack.
142142
*
143143
* Trigger this function by creating a Slack slash command with this URL:
144-
* https://[YOUR_REGION].[YOUR_PROJECT_ID].cloudfunctions.net/kgsearch
144+
* https://[YOUR_REGION]-[YOUR_PROJECT_ID].cloudfunctions.net/kgSearch
145145
*
146146
* @param {object} req Cloud Function request object.
147147
* @param {object} req.body The request payload.

0 commit comments

Comments
 (0)