Browse Source

Merge remote-tracking branch 'origin/master'

3cooking 5 years ago
parent
commit
a9bfed059a
1 changed files with 1 additions and 0 deletions
  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";