Fix legacy tugas akhir API response output

This commit is contained in:
Power BI Dev
2026-05-07 23:43:40 +07:00
parent 0be4991f80
commit 3a2fd66959

View File

@@ -96,11 +96,11 @@ try {
];
}
echo json_encode([
echo json_encode(utf8ize([
'status' => 1,
'data' => $data,
'msg' => 'ok',
]);
]));
} catch (Exception $e) {
http_response_code(500);
echo json_encode([