Fixed typo

This commit is contained in:
Md Asif 2025-05-11 18:26:44 +05:30
parent 5eacf8175d
commit 81fbc57ec2

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