update route to /mih-access
This commit is contained in:
@@ -100,7 +100,7 @@ class _BuildPatientsListState extends State<BuildMihPatientSearchList> {
|
||||
"notification_type": "New Appointment Booked",
|
||||
"notification_message":
|
||||
"A new Appointment has been booked by ${widget.business!.Name} for the ${dateController.text} ${timeController.text}. Please approve the Access Review request.",
|
||||
"action_path": "/access-review",
|
||||
"action_path": "/mih-access",
|
||||
}),
|
||||
);
|
||||
if (response.statusCode == 201) {
|
||||
|
||||
Reference in New Issue
Block a user