Skip to content

Commit

Permalink
Merge pull request #15 from launchableinc/fix-base-url
Browse files Browse the repository at this point in the history
fix default upload url
  • Loading branch information
Konboi authored Nov 14, 2024
2 parents ac32fe8 + 96ca615 commit 4b51655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/jenkins/plugins/launchable/Ingester.java
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public boolean configure(StaplerRequest req, JSONObject json) throws FormExcepti
}

private static final Logger LOGGER = Logger.getLogger(Ingester.class.getName());
private static final String DEFAULT_UPLOAD_URL = "https://api.mercury.launchableinc.com/TODO";
private static final String DEFAULT_UPLOAD_URL = "https://api.mercury.launchableinc.com";

private static class OrganizationWorkspace {
private String organization;
Expand Down

0 comments on commit 4b51655

Please sign in to comment.