Skip to content

Commit

Permalink
renewed dropbox host
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Narusberg committed Nov 26, 2010
1 parent 15b6df1 commit 7480c92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/dropbox.rb
Expand Up @@ -28,9 +28,9 @@ module Dropbox
# The API version this client works with.
VERSION = "0"
# The host serving API requests.
HOST = "http://api.dropbox.com"
HOST = "http://www.dropbox.com"
# The SSL host serving API requests.
SSL_HOST = "https://api.dropbox.com"
SSL_HOST = "https://www.dropbox.com"
# Alternate hosts for other API requests.
ALTERNATE_HOSTS = {
'event_content' => 'http://api-content.dropbox.com',
Expand Down
1 change: 1 addition & 0 deletions spec/spec_helper.rb
@@ -1,3 +1,4 @@
require 'bundler'
Bundler.require :default, :test

$LOAD_PATH.unshift(File.dirname(__FILE__))
Expand Down

0 comments on commit 7480c92

Please sign in to comment.