From 3ef5a1078ad4f70fb7ab6f1364ee981ef5ce32de Mon Sep 17 00:00:00 2001 From: "Satrya.IY29" Date: Tue, 9 Jun 2026 13:31:56 +0000 Subject: [PATCH] Update ambil.php --- ambil.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; }