From 6c4249b49b458561e255267ef00aadc0ada4bb32 Mon Sep 17 00:00:00 2001 From: asif Date: Thu, 15 May 2025 13:07:28 +0530 Subject: [PATCH] fixed error which caused the program to use undefined URL --- src/main/java/com/methods/RequestResponse.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/com/methods/RequestResponse.java b/src/main/java/com/methods/RequestResponse.java index 3267bf1..0562829 100644 --- a/src/main/java/com/methods/RequestResponse.java +++ b/src/main/java/com/methods/RequestResponse.java @@ -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");