I think I updated a few things.

This commit is contained in:
Toastie (DCS Team) 2024-08-25 22:49:02 +12:00
parent 7e4707c170
commit 826d0ce471
Signed by: toastie_t0ast
GPG key ID: 27F3B6855AFD40A4
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\"}";