Skip to content

Commit

Permalink
fix: add api subpath to the base url (#622)
Browse files Browse the repository at this point in the history
  • Loading branch information
katerina20 committed Aug 21, 2023
1 parent eb0ed01 commit f13915f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class GenerateAction implements NewAction<NoProperties, NoClient> {

public static final String BASE_PATH_DEFAULT = ".";
public static final String BASE_URL_DEFAULT = "https://api.crowdin.com";
public static final String BASE_ENTERPRISE_URL_DEFAULT = "https://%s.crowdin.com";
public static final String BASE_ENTERPRISE_URL_DEFAULT = "https://%s.api.crowdin.com";

private boolean isEnterprise;
private boolean withBrowser;
Expand Down

0 comments on commit f13915f

Please sign in to comment.