SAVE PD PHOTOS2
This commit is contained in:
parent
fc6d43c2ed
commit
4ddd09d12f
@ -4611,7 +4611,10 @@ class PD_Controller extends REST_Controller {
|
|||||||
public function savePDPhotos_post()
|
public function savePDPhotos_post()
|
||||||
{
|
{
|
||||||
$records = $this->post('records');
|
$records = $this->post('records');
|
||||||
echo "Called";
|
$data['dataStatus'] = true;
|
||||||
|
$data['status'] = REST_Controller::HTTP_OK;
|
||||||
|
$data['records'] = $records;
|
||||||
|
$this->response($data,REST_Controller::HTTP_OK);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user