From 5840e4aa3fe6ae60d27024507209f42588a21d86 Mon Sep 17 00:00:00 2001 From: Ace Nassri Date: Tue, 28 Apr 2020 14:25:41 -0700 Subject: [PATCH] Use correct GCF URL in Slack sample Fixes b/135639584 --- functions/slack/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/slack/index.js b/functions/slack/index.js index c8c4ac9433..c6b33dd36d 100644 --- a/functions/slack/index.js +++ b/functions/slack/index.js @@ -142,7 +142,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.