diff --git a/src/application/controllers/api/v1/Appointments.php b/src/application/controllers/api/v1/Appointments.php index 3bea4dfb..1f0f2faf 100644 --- a/src/application/controllers/api/v1/Appointments.php +++ b/src/application/controllers/api/v1/Appointments.php @@ -136,7 +136,7 @@ class Appointments extends API_V1_Controller { $response = new Response([ 'code' => 200, - 'message' => 'Appointment was deleted successfully!' + 'message' => 'Record was deleted successfully!' ]); $response->output(); diff --git a/src/application/controllers/api/v1/Customers.php b/src/application/controllers/api/v1/Customers.php index e84e88d8..5cc63da1 100644 --- a/src/application/controllers/api/v1/Customers.php +++ b/src/application/controllers/api/v1/Customers.php @@ -136,7 +136,7 @@ class Customers extends API_V1_Controller { $response = new Response([ 'code' => 200, - 'message' => 'Appointment was deleted successfully!' + 'message' => 'Record was deleted successfully!' ]); $response->output();