Skip to content

Commit

Permalink
change to a not deprecated route (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
J3fftw1 authored Jan 5, 2024
1 parent da42c2f commit c4231a4
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@
import java.net.URL;
import java.util.logging.Level;

// TODO: checksum checking.
public class BlobBuildUpdater extends AbstractPluginUpdater<PrefixedVersion> {

private static final String SITE_URL = "https://blob.build";
private static final String API_URL = SITE_URL + "/api/projects";
private static final String API_URL = SITE_URL + "/api/builds";

private final String project;
private final String releaseChannel;
Expand Down

0 comments on commit c4231a4

Please sign in to comment.