From 6623b68be381913216de3a1413d2993ea29dd50c Mon Sep 17 00:00:00 2001 From: Joe Ferris Date: Wed, 7 Oct 2009 16:29:30 -0400 Subject: [PATCH] Updated the notifier v2 api path --- lib/hoptoad_notifier/sender.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hoptoad_notifier/sender.rb b/lib/hoptoad_notifier/sender.rb index 47dfaaa..94bb3f0 100644 --- a/lib/hoptoad_notifier/sender.rb +++ b/lib/hoptoad_notifier/sender.rb @@ -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,