Skip to content
This repository has been archived by the owner on May 30, 2022. It is now read-only.

Commit

Permalink
use api.authy.com as the default url
Browse files Browse the repository at this point in the history
Signed-off-by: David A. Cuadrado <krawek@gmail.com>
  • Loading branch information
dcu committed May 20, 2012
1 parent 6370ae1 commit f1a7386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/authy/config.rb
Expand Up @@ -14,7 +14,7 @@ def api_uri=(uri)
alias :api_url= :api_key=

def api_uri
@api_uri
@api_uri || "https://api.authy.com"
end
alias :api_url :api_uri
end
Expand Down

0 comments on commit f1a7386

Please sign in to comment.