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

1
.gitignore vendored
View file

@ -29,4 +29,3 @@ hs_err_pid*
.idea/* .idea/*
.gradle/* .gradle/*
build/*

View file

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