Skip to content

Commit

Permalink
MOSIP-35404 | Update GlobalMethods.java to report certify and signup …
Browse files Browse the repository at this point in the history
…endpoints

Signed-off-by: Nandhukumar <[email protected]>
  • Loading branch information
nandhu-kumar authored Nov 28, 2024
1 parent 94fa669 commit b1bf686
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class GlobalMethods {
public static Set<String> serverEndpoints = new HashSet<>();

// Define the regex pattern to extract the domain and the path after the domain
private static final String module_name = "(mimoto|partnermanager|preregistration|resident|residentmobileapp|masterdata|esignet|idgenerator|policymanager|idauthentication|idrepository|auditmanager|authmanager)";
private static final String module_name = "(mimoto|certify|signup|partnermanager|preregistration|resident|residentmobileapp|masterdata|esignet|idgenerator|policymanager|idauthentication|idrepository|auditmanager|authmanager)";
private static final String regex_1 = "https://([^/]+)/(v[0-9]+)?/" + module_name + "/([^,]+)";
private static final String regex_2 = "https://([^/]+)/" + module_name + "/(v[0-9]+)/([^,]+)";

Expand Down

0 comments on commit b1bf686

Please sign in to comment.