Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #32 from iterate-ch/bugfix/b2-domain
Browse files Browse the repository at this point in the history
Switch to api.backblazeb2.com
  • Loading branch information
synapticloop authored Aug 12, 2016
2 parents bcd62f3 + 1c14e17 commit d55b50a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/synapticloop/b2/request/BaseB2Request.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
public abstract class BaseB2Request {
private static final Logger LOGGER = LoggerFactory.getLogger(BaseB2Request.class);

protected static final String BASE_API_HOST = "https://api.backblaze.com";
protected static final String BASE_API_HOST = "https://api.backblazeb2.com";
protected static final String BASE_API_VERSION = "/b2api/v1/";
protected static final String BASE_API = BASE_API_HOST + BASE_API_VERSION;

Expand Down

0 comments on commit d55b50a

Please sign in to comment.