Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Commit

Permalink
Merge branch 'dev' of github.com:trifel/Report.ixi into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ixuz committed Mar 26, 2019
2 parents 7873bef + b4b825e commit 22f67df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/ictreport/ixi/utils/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
public class Constants {

public static final String VERSION = "0.5.3-SNAPSHOT";
public static final String RCS_API = "http://api.ictreport.com/v1/";
public static final String RCS_API = "http://api.ictreport.com/v1";
public static final String TAG = "REPORT9IXI99999999999999999";
public static final String REPORT_IXI_CONFIG_FILE = "modules/report.ixi-" + Constants.VERSION + ".jar.cfg";
public static final int REQUEST_TIMEOUT = 10;
Expand Down

0 comments on commit 22f67df

Please sign in to comment.