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

Commit

Permalink
Switch to api.backblazeb2.com
Browse files Browse the repository at this point in the history
  • Loading branch information
dkocher committed Aug 12, 2016
1 parent bcd62f3 commit 1c14e17
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 1c14e17

Please sign in to comment.