소스 검색

IP update

Deben Oldert 10 년 전
부모
커밋
7243471876
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      SAS:APS Server/Function.java

+ 3 - 3
SAS:APS Server/Function.java

@@ -91,11 +91,11 @@ public class Function {
     public String getURL(String server) {
         switch(server) {
             case "ARS":
-                return "http://192.168.2.240:8080/Implementation/ARS";
+                return "http://77.163.130.26:8080/Implementation/ARS";
             case "SAS":
-                return "http://192.168.2.240:8080/Implementation/SAS";
+                return "http://77.163.130.26:8080/Implementation/SAS";
             case "APS":
-                return "http://192.168.2.240:8080/Implementation/APS";
+                return "http://77.163.130.26:8080/Implementation/APS";
             case "APP":
                 return "http://www.implementation.deben.dev/Login";
             case "GCM":