Skip to content

Commit

Permalink
changed web hook
Browse files Browse the repository at this point in the history
  • Loading branch information
Arif Shanji committed Sep 29, 2015
1 parent ebf658f commit 92f5ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/js/controllers/mainCtrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ angular.module('kanoevents.controllers')
function postMessage (payload) {

// send message to slack channel using the webhook integration
var webhookURL = 'https://hooks.slack.com/services/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',
var webhookURL = 'https://hooks.slack.com/services/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',
request = {
method: 'POST',
url: webhookURL,
Expand Down

0 comments on commit 92f5ecf

Please sign in to comment.