Skip to content

Commit

Permalink
derp
Browse files Browse the repository at this point in the history
  • Loading branch information
IzzelAliz committed Feb 25, 2024
1 parent 85ca394 commit 6472dea
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ abstract class UploadFilesTask extends DefaultTask {
}
}

private static final String OBJECTS = "https://files.hypertention.cn/v1/objects/%s"
private static final String FILES = "https://files.hypertention.cn/v1/files%s"
private static final String OBJECTS = "https://files.hypoglycemia.icu/v1/objects/%s"
private static final String FILES = "https://files.hypoglycemia.icu/v1/files%s"

private void uploadOne(File file) {
def sha1 = Utils.sha1(file)
Expand Down

0 comments on commit 6472dea

Please sign in to comment.