Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
WeAthFoLD committed Apr 11, 2019
1 parent d7366cf commit cce0c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/cn/academy/terminal/DonatorList.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public void tryRequest() {
_requesting = true;
new Thread(() -> {
try {
String url = "http://144.34.208.247:8080/lambda/donation/sponsor";
String url = "https://ac.li-dev.cn/donators";
URLConnection con = new URL(url).openConnection();
con.setDoInput(true);

Expand Down

0 comments on commit cce0c00

Please sign in to comment.