changed console URL for stat logic

This commit is contained in:
strawmanbobi
2023-01-22 17:03:41 +08:00
parent 7abf3c41e8
commit 34cee9120d
2 changed files with 2 additions and 2 deletions

View File

@@ -18,4 +18,4 @@ java -jar private-server.jar
### Usage
Please refer to Web API in https://cc.irext.net/doc/ for restful webservice call.
Please refer to Web API in https://site.irext.net/doc/ for restful webservice call.

View File

@@ -169,7 +169,7 @@ public class IndexingLogic {
public String statRemoteRef(RemoteIndex remoteIndex) {
try {
String url = "http://cc.irext.net:8300/irext/stat/stat_remotes";
String url = "http://site.irext.net:8300/irext/stat/stat_remotes";
MediaType JSON
= MediaType.parse("application/json; charset=utf-8");