added in backend for contact and ajax request

This commit is contained in:
2022-01-03 19:32:30 +00:00
parent 540d9872c7
commit 4e7eaa4990
3 changed files with 260 additions and 8 deletions
+2 -2
View File
@@ -25,7 +25,7 @@ class timelineData
}
else
{
return array(array("errorMessage" => "Error, edu data not found"));
return array("errorMessage" => "Error, edu data not found");
}
}
@@ -44,7 +44,7 @@ class timelineData
}
else
{
return array(array("errorMessage" => "Error, work data not found"));
return array("errorMessage" => "Error, work data not found");
}
}