Pull request #135: OPMAAS-3800 changes to TP_Mobile_Login
Merge in OPAPM/coco_terraform_config from OPMAAS-3800 to master * commit '4d5731d6cf04e15f41bca7350aff45ce6849cf84': OPMAAS-3800 changes to TP_Mobile_Loginpull-requests/136/from
commit
e9fdb97ee6
|
|
@ -20,14 +20,18 @@ module TP_Mobile_Login {
|
|||
)
|
||||
)
|
||||
,entityName.in(
|
||||
~"GET /api/v1/presentation/profile-account~",
|
||||
~"GET /api/v2/presentation/profile-account~",
|
||||
~"POST /api/v2/presentation/profile-account~",
|
||||
~"GET /api/v1/presentation/profile-tab/contacts~",
|
||||
~"/api/v2/cop/login/pwd~",
|
||||
~"/api/v2/cop/login/sms~",
|
||||
~"/api/v2/cop/sso~",
|
||||
~"/api/v2/cop/logout~"
|
||||
~"api/v2/cop/login/pwd/nonce~",
|
||||
~"api/v2/cop/login/sms/nonce~",
|
||||
~"api/v2/cop/sso/nonce~",
|
||||
~"api/v2/cop/logout~",
|
||||
~"api/v1/cop/message~",
|
||||
~"api/v2/cop/slider-captcha~",
|
||||
~"api/v1/cop/check-captcha~",
|
||||
~"api/v2/deletion/check~",
|
||||
~"api/v2/deletion/sms~",
|
||||
~"api/v2/deletion/confirm~",
|
||||
~"api/v2/export/sms~",
|
||||
~"api/v2/export/confirm~"
|
||||
)"))))):splitBy())
|
||||
EOT
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue