Commit fdf69b24 by Jansa Jose

getEventDetails api

parent 4afa3c8b
......@@ -40,7 +40,6 @@ class OrganizerServices extends CI_Controller {
$this->errorResponse($res['response']['code'], $res['response']['message']);
die;
}
}
public function response($data) {
......@@ -68,7 +67,6 @@ class OrganizerServices extends CI_Controller {
print json_encode($result);
}
public function getOrganizerEventList(){
$data = (array) json_decode(file_get_contents('php://input'));
$res = $this->Organizer_model->getOrganizerEventList($data);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment