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

Commit d55b50a

Browse files
authored
Merge pull request #32 from iterate-ch/bugfix/b2-domain
Switch to api.backblazeb2.com
2 parents bcd62f3 + 1c14e17 commit d55b50a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/synapticloop/b2/request/BaseB2Request.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
public abstract class BaseB2Request {
5252
private static final Logger LOGGER = LoggerFactory.getLogger(BaseB2Request.class);
5353

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

0 commit comments

Comments
 (0)