This commit is contained in:
Paminger
2016-04-25 14:25:09 +02:00
parent f154e6dd5d
commit ecff3747d0
10 changed files with 14 additions and 13 deletions
@@ -14,7 +14,7 @@
if(!defined('BASEPATH')) exit('No direct script access allowed');
class Person extends REST_Controller
class Person extends APIv1_Controller
{
/**
* Person API constructor.
@@ -154,4 +154,4 @@ class Person extends REST_Controller
$this->response($payload, $httpstatus);
}
}
}