parent
75ea68e51b
commit
b793b2d594
@ -0,0 +1,8 @@
|
|||||||
|
<?php
|
||||||
|
header('Content-Type: application/json');
|
||||||
|
include __DIR__ . '/../data/people.php';
|
||||||
|
|
||||||
|
if($_REQUEST['action'] === 'index'){
|
||||||
|
echo json_encode($people);
|
||||||
|
}
|
||||||
|
?>
|
||||||
Loading…
Reference in new issue