This commit is contained in:
KANE LAZENI 2026-04-23 18:02:34 +00:00
parent be3377df53
commit 6605be0b9f

View File

@ -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;