Skip to content
This repository was archived by the owner on Nov 24, 2018. It is now read-only.

Commit a811f55

Browse files
authored
Merge pull request #26 from yannice92/yannice92-patch-1
Update API Url to v9
2 parents 0d9cca2 + c98fc0e commit a811f55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/me/checkium/vhackapi/Utils.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ public class Utils {
2222

2323
static {
2424
assertionstatus = !Utils.class.desiredAssertionStatus();
25-
url = "https://api.vhack.cc/v/8/";
25+
url = "https://api.vhack.cc/v/9/";
2626
md5s = "MD5";
27-
secret = "aeffl";
27+
secret = "aeffI";
2828
byt = new byte[]{(byte) 65, (byte) 66, (byte) 67, (byte) 68, (byte) 69, (byte) 70, (byte) 71, (byte) 72, (byte) 73, (byte) 74, (byte) 75, (byte) 76, (byte) 77, (byte) 78, (byte) 79, (byte) 80, (byte) 81, (byte) 82, (byte) 83, (byte) 84, (byte) 85, (byte) 86, (byte) 87, (byte) 88, (byte) 89, (byte) 90, (byte) 97, (byte) 98, (byte) 99, (byte) 100, (byte) 101, (byte) 102, (byte) 103, (byte) 104, (byte) 105, (byte) 106, (byte) 107, (byte) 108, (byte) 109, (byte) 110, (byte) 111, (byte) 112, (byte) 113, (byte) 114, (byte) 115, (byte) 116, (byte) 117, (byte) 118, (byte) 119, (byte) 120, (byte) 121, (byte) 122, (byte) 48, (byte) 49, (byte) 50, (byte) 51, (byte) 52, (byte) 53, (byte) 54, (byte) 55, (byte) 56, (byte) 57, (byte) 45, (byte) 95};
2929
}
3030

0 commit comments

Comments
 (0)