Skip to content

Commit

Permalink
changed API endpoint to https://api.prowlapp.com/publicapi (new recom…
Browse files Browse the repository at this point in the history
…mended server as of 2011-01-30)
  • Loading branch information
/k committed Mar 20, 2011
1 parent 8b7c814 commit 17c9342
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.rdoc
Expand Up @@ -84,3 +84,4 @@ Yet another Ruby interface to Prowl with command line utility
== Copyright

Copyright (c) 2010 Rafael Magaña. See LICENSE for details.
Updated for Prowl API version 1.2 by Ken Pepple
2 changes: 1 addition & 1 deletion lib/prowly/interface.rb
Expand Up @@ -42,7 +42,7 @@ class Interface
include Singleton

def initialize
@url = "https://prowl.weks.net/publicapi"
@url = "https://api.prowlapp.com/publicapi"
end

## Make the actual call to the prowl api
Expand Down

0 comments on commit 17c9342

Please sign in to comment.