Commit c8962d40 by sikang

bug fix

parent 1bb1be53
...@@ -106,8 +106,7 @@ public class Gateway { ...@@ -106,8 +106,7 @@ public class Gateway {
} }
public static String getRestUrl() { public static String getRestUrl() {
return "http://149.129.216.37:9904"; return gatewayInfo.rest.get(0);
// return gatewayInfo.rest.get(0);
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment