course details changes done
This commit is contained in:
parent
60c109d27b
commit
ec00767b4d
@ -35,7 +35,7 @@ class Fees_Status_Controller extends REST_Controller {
|
|||||||
$this->methods['getStudentList_post']['limit'] = 1000; // 100 requests per hour per user/key
|
$this->methods['getStudentList_post']['limit'] = 1000; // 100 requests per hour per user/key
|
||||||
$this->methods['getStudentList_delete']['limit'] = 50; // 50 requests per hour per user/key
|
$this->methods['getStudentList_delete']['limit'] = 50; // 50 requests per hour per user/key
|
||||||
// load the model
|
// load the model
|
||||||
$this->load->model('Fees_model', 'Fees_status_model');
|
$this->load->model('Fees_status_model', 'Fees_model');
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user