Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
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