소스 검색

동의서 즐겨찾기 API URL 추가

songjunekeun 5 년 전
부모
커밋
9d77e5537d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app/src/main/java/com/dbs/mplus/knuh/util/ConsentConfig.java

+ 1 - 0
app/src/main/java/com/dbs/mplus/knuh/util/ConsentConfig.java

@@ -16,6 +16,7 @@ public class ConsentConfig {
   public static final String HOST_CONSENT = BuildConfig.CONSENT_SERVER_URL + "ConsentSvc.asmx";
   public static final String GET_CONSENT_CATEGORYY = "GetCategoryForDropdown";
   public static final String GET_CONSENT_SEARCH    = "GetConsentBySearch";
+  public static final String GET_CONSENT_SET_LIST  = "GetConsentSetList";
 
   public final static int CONNECT_TIMEOUT   = 5000;
   public final static String CERTIFICATE_IP = "192.168.100.191";