a
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user