I think I updated a few things.
This commit is contained in:
parent
7e4707c170
commit
826d0ce471
2 changed files with 3 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -29,3 +29,4 @@ hs_err_pid*
|
|||
|
||||
.idea/*
|
||||
.gradle/*
|
||||
build/*
|
|
@ -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\"}";
|
||||
|
||||
|
|
Loading…
Reference in a new issue