Skip to content

Commit

Permalink
Fix longpolling host
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Pearl committed Nov 12, 2015
1 parent 04caec2 commit 32e4291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/DropboxClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public class DropboxClient : BabelClient {
self.init(accessToken: accessToken,
baseApiUrl: "https://api.dropbox.com/2",
baseContentUrl: "https://api-content.dropbox.com/2",
baseNotifyUrl: "https://api-notify.dropbox.com")
baseNotifyUrl: "https://notify.dropboxapi.com/2")
}
}
public class Dropbox {
Expand Down

0 comments on commit 32e4291

Please sign in to comment.