Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion functions/slack/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down