Skip to content

Commit

Permalink
Merge pull request #1686 from nandhu-kumar/patch-1
Browse files Browse the repository at this point in the history
MOSIP-35404 | Update GlobalMethods.java to report certify and signup endpoints
  • Loading branch information
mohanachandran-s authored Nov 28, 2024
2 parents 94fa669 + b1bf686 commit fa91a77
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 fa91a77

Please sign in to comment.