diff --git a/ambil.php b/ambil.php index 2842084..fd81766 100644 --- a/ambil.php +++ b/ambil.php @@ -54,7 +54,8 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') { ); } } - + echo json_encode($res); + exit; }