INFRA-2971 : Add member api segregated (#385)

* INFRA-2971 : Add member api segregated

* INFRA-2971 : pr review changes

* INFRA-2971 : Message updated
This commit is contained in:
Vijay Joshi
2024-03-05 13:03:56 +05:30
committed by GitHub
parent eda6e689e3
commit 8ad6a842f8
11 changed files with 212 additions and 7 deletions

View File

@@ -121,3 +121,7 @@ const RedColorCode = "#FF0000"
const (
DUPLICATE_KEY_VALUE_MESSAGE = "duplicate key value"
)
const (
EMAIL_REGEX = `^[a-zA-Z]+\.[a-zA-Z]+@navi\.com$`
)