Fix legacy tugas akhir API response output
This commit is contained in:
@@ -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([
|
||||
|
||||
Reference in New Issue
Block a user