a
This commit is contained in:
parent
e2d59b0c7c
commit
be3377df53
|
|
@ -233,12 +233,14 @@ 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;
|
||||
|
||||
$api = new FacialVerificationAPI();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user