Browse Source

[공통][Bug] 샌드박스 데이터 포트 수정 20080 -> 30080

hyodong.min 7 years ago
parent
commit
bec01d48a2

File diff suppressed because it is too large
+ 7 - 7
app/src/sandbox/java/kr/co/zumo/app/lifeplus/network/api/LifeplusAPIService.java


+ 1 - 1
app/src/test/java/kr/co/zumo/app/lifeplus/network/api/LifeplusAPIServiceLiveTest.java

@@ -22,7 +22,7 @@ import static junit.framework.TestCase.assertTrue;
  */
 public class LifeplusAPIServiceLiveTest {
 
-  private String apiUrl = "http://210.216.157.64:20080/";
+  private String apiUrl = "http://210.216.157.64:30080/";
 
   @Test
   public void getMainContents() {