Skip to content

Commit

Permalink
Fix ducksboard webhooks endpoint url (was pointing to local machine).
Browse files Browse the repository at this point in the history
  • Loading branch information
aitorciki committed Jan 10, 2012
1 parent 08fbcdf commit a6e594b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/ducksboard.rb
Expand Up @@ -11,7 +11,7 @@ def receive_push
# webhook key sanity check
webhook_key = check_webhook_key(data)

url = "https://webhooks.ducksboard.local/#{webhook_key}"
url = "https://webhooks.ducksboard.com/#{webhook_key}"

http.headers['content-type'] = 'application/x-www-form-urlencoded'
body = Faraday::Utils.build_nested_query(
Expand Down

0 comments on commit a6e594b

Please sign in to comment.