Skip to content

Commit

Permalink
MOSIP-34827 - Added test cases for L2 flow api's
Browse files Browse the repository at this point in the history
Signed-off-by: Mohanachandran S <[email protected]>
  • Loading branch information
mohanachandran-s committed Aug 30, 2024
1 parent 60e84cc commit 4d5003b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ public static void init() {
if (System.getenv(ESIGNET_BASE_URL) != null) {
eSignetbaseurl = System.getenv(ESIGNET_BASE_URL);
} else {
eSignetbaseurl = System.getProperty("env.endpoint").replace("api-internal", "esignet");
eSignetbaseurl = System.getProperty("env.endpoint").replace("-internal", "");
}
propsKernel.setProperty(ESIGNET_BASE_URL, eSignetbaseurl);

Expand Down

0 comments on commit 4d5003b

Please sign in to comment.