Skip to content
This repository has been archived by the owner on Oct 1, 2019. It is now read-only.

Commit

Permalink
Updated the notifier v2 api path
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Ferris committed Oct 7, 2009
1 parent 54acf3e commit 6623b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hoptoad_notifier/sender.rb
Expand Up @@ -2,7 +2,7 @@ module HoptoadNotifier
# Sends out the notice to Hoptoad
class Sender

NOTICES_URI = '/api/v2/notices/'.freeze
NOTICES_URI = '/notifier_api/v2/notices/'.freeze

def initialize(options = {})
[:proxy_host, :proxy_port, :proxy_user, :proxy_pass, :protocol,
Expand Down

0 comments on commit 6623b68

Please sign in to comment.