Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use new refheap URL.
  • Loading branch information
Raynes committed May 5, 2012
1 parent c2cb9f9 commit 97cf515
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject innuendo "0.1.1"
(defproject innuendo "0.1.2"
:description "A simple API library for refheap.com"
:dependencies [[clojure "1.3.0"]
[clj-http "0.2.6"]
Expand Down
2 changes: 1 addition & 1 deletion src/innuendo/core.clj
Expand Up @@ -13,7 +13,7 @@
(process-response
(http/request
(merge {:method method
:url (str "https://refheap.com/api/"
:url (str "https://www.refheap.com/api/"
(apply format endpoint positional))
:throw-exceptions false}
{(if (= method :post) :form-params :query-params) optional}))))
Expand Down

0 comments on commit 97cf515

Please sign in to comment.