done #3
@ -31,6 +31,7 @@ class Response
|
|||||||
http_response_code($status);
|
http_response_code($status);
|
||||||
}
|
}
|
||||||
header('Content-Type: application/json; charset=utf-8');
|
header('Content-Type: application/json; charset=utf-8');
|
||||||
|
$data["status"] = http_response_code();
|
||||||
echo json_encode($data);
|
echo json_encode($data);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user