update route to /mih-access

This commit is contained in:
2025-03-11 10:59:04 +02:00
parent b7a0d691f5
commit f9dd5e3e86
8 changed files with 19 additions and 17 deletions

View File

@@ -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) {