a
This commit is contained in:
parent
be3377df53
commit
6605be0b9f
|
|
@ -233,13 +233,11 @@ class FacialVerificationAPI {
|
|||
if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
||||
$input = json_decode(file_get_contents('php://input'), true);
|
||||
|
||||
/*
|
||||
var_dump(
|
||||
array(
|
||||
"input" => $input,
|
||||
)
|
||||
);
|
||||
*/
|
||||
|
||||
$action = $input['action'] ?? null;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user