fixed error which caused the program to use undefined URL

This commit is contained in:
Md Asif 2025-05-15 13:07:28 +05:30
parent 001e86a91d
commit 6c4249b49b

View File

@ -50,7 +50,6 @@ public class RequestResponse {
} else {
apiURL = prop.getProperty("APIURL_UCB");
}
apiURL = prop.getProperty("APIURL");
} catch (IOException ex) {
log.error(String.valueOf(ex.getMessage()) + " error in request response class line no 67");