Skip to content

Commit

Permalink
Use correct GCF URL in Slack sample (#1756)
Browse files Browse the repository at this point in the history
Fixes b/135639584

Co-authored-by: F. Hinkelmann <[email protected]>
  • Loading branch information
Ace Nassri and fhinkel authored Apr 29, 2020
1 parent 210e2a6 commit 774ee22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/slack/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ const makeSearchRequest = (query) => {
* Receive a Slash Command request from Slack.
*
* Trigger this function by creating a Slack slash command with this URL:
* https://[YOUR_REGION].[YOUR_PROJECT_ID].cloudfunctions.net/kgsearch
* https://[YOUR_REGION]-[YOUR_PROJECT_ID].cloudfunctions.net/kgSearch
*
* @param {object} req Cloud Function request object.
* @param {object} req.body The request payload.
Expand Down

0 comments on commit 774ee22

Please sign in to comment.