Fixed another typo in URL

This commit is contained in:
Md Asif 2025-05-11 18:28:12 +05:30
parent 81fbc57ec2
commit 3257f7c5ce

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.cdegeapiservices.in/IPKSTRAN";
urlFromDatabase = "https://UCBIPKS.cedegeapiservices.in/IPKSTRAN";
}
System.out.println(urlFromDatabase);
ArrayList<DataBean> data = new ArrayList<>();