update route to /mih-access
This commit is contained in:
parent
b7a0d691f5
commit
f9dd5e3e86
8 changed files with 19 additions and 17 deletions
|
|
@ -36,7 +36,7 @@ class MihNotificationApis {
|
|||
"notification_type": "Forever Access Request",
|
||||
"notification_message":
|
||||
"A new Forever Access Request has been sent by $business_name in order to access your Patient Profile. Please review request.",
|
||||
"action_path": "/access-review",
|
||||
"action_path": "/mih-access",
|
||||
}),
|
||||
);
|
||||
if (response.statusCode == 201) {
|
||||
|
|
@ -83,7 +83,7 @@ class MihNotificationApis {
|
|||
"notification_type": "Re-applying for Access",
|
||||
"notification_message":
|
||||
"${args.business!.Name} is re-applying for access to your Patient Profile. Please review request.",
|
||||
"action_path": "/access-review",
|
||||
"action_path": "/mih-access",
|
||||
}),
|
||||
);
|
||||
if (response.statusCode == 201) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue