Update ambil.php

This commit is contained in:
2026-06-09 13:31:56 +00:00
parent 4b9d42e577
commit 3ef5a1078a
+2 -1
View File
@@ -54,7 +54,8 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') {
);
}
}
echo json_encode($res);
exit;
}