changed console URL for stat logic
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user