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

Commit 838ab62

Browse files
authored
Merge pull request #28 from Qup42/master
Updated the api url
2 parents a811f55 + e224445 commit 838ab62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/me/checkium/vhackapi/Utils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public class Utils {
2222

2323
static {
2424
assertionstatus = !Utils.class.desiredAssertionStatus();
25-
url = "https://api.vhack.cc/v/9/";
25+
url = "https://api.vhack.cc/v/1/";
2626
md5s = "MD5";
2727
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};

0 commit comments

Comments
 (0)