Compare commits

..

No commits in common. "main" and "v2.2.1" have entirely different histories.
main ... v2.2.1

2 changed files with 2 additions and 3 deletions

3
.gitignore vendored
View file

@ -28,5 +28,4 @@ hs_err_pid*
/src/main/java/resources/*
.idea/*
.gradle/*
build/*
.gradle/*

View file

@ -14,7 +14,7 @@ import java.security.MessageDigest;
import static spark.Spark.halt;
import static spark.Spark.post;
// This is painful...
// This is painful..
public class PatreonReceiver {
private static final String OK_RESPONSE = "{\"status\":\"ok\"}";