fixed another typo in url

This commit is contained in:
Md Asif 2025-05-11 18:29:27 +05:30
parent 3257f7c5ce
commit 9ca0c60a1a

View File

@ -36,7 +36,7 @@ public class RequestResponse {
if(bc.equals("0005") || bc.equals("0021")) {
urlFromDatabase = "https://NABARDIPKS.cedgeapiservices.in/IPKSTRAN";
} else {
urlFromDatabase = "https://UCBIPKS.cedegeapiservices.in/IPKSTRAN";
urlFromDatabase = "https://UCBIPKS.cedgeapiservices.in/IPKSTRAN";
}
System.out.println(urlFromDatabase);
ArrayList<DataBean> data = new ArrayList<>();