datacorrection

This commit is contained in:
venbatechnologies@gmail.com 2018-09-07 13:30:26 +05:30
parent 60c73de203
commit 9bf2dd933c
3 changed files with 3 additions and 3 deletions

View File

@ -215,7 +215,7 @@ $route['setgrpstatus'] = 'Broadcast_Controller/setgrpstatus';
$route['getAllstudentcoursedetail'] = 'DataCorrection_Controller/getAllstudentcoursedetail'; $route['getAllstudentcoursedetail'] = 'DataCorrection_Controller/getAllstudentcoursedetail';
$route['getAllfeedetail'] = 'DataCorrection_Controller/getAllfeedetail'; $route['getAllfeedetail'] = 'DataCorrection_Controller/getAllfeedetail';
$route['updateCourseDetails'] = 'DataCorrection_Controller/updateCourseDetails'; $route['updateCourseDetailss'] = 'DataCorrection_Controller/updateCourseDetailss';
/* /*

View File

@ -140,7 +140,7 @@ class DataCorrection_Controller extends REST_Controller {
} }
public function updateCourseDetails_post() public function updateCourseDetailss_post()
{ {
$search['University'] = $this->post('universityid'); $search['University'] = $this->post('universityid');
$search['courseId'] = $this->post('courseId'); $search['courseId'] = $this->post('courseId');

View File

@ -229,7 +229,7 @@ $scope.universitySearchData = '';
var updatecourse = { var updatecourse = {
method: 'POST', method: 'POST',
url: apiPoint.url + 'updateCourseDetails/', url: apiPoint.url + 'updateCourseDetailss/',
headers: { headers: {
'Content-Type': 'application/json' 'Content-Type': 'application/json'
}, },