changed console URL for stat logic
This commit is contained in:
@@ -18,4 +18,4 @@ java -jar private-server.jar
|
|||||||
|
|
||||||
|
|
||||||
### Usage
|
### 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) {
|
public String statRemoteRef(RemoteIndex remoteIndex) {
|
||||||
try {
|
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 JSON
|
||||||
= MediaType.parse("application/json; charset=utf-8");
|
= MediaType.parse("application/json; charset=utf-8");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user