Compare commits

...

1 commit
v2.2.1 ... main

Author SHA1 Message Date
826d0ce471
I think I updated a few things. 2024-08-25 22:49:02 +12:00
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View file

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

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\"}";