This commit is contained in:
KANE LAZENI 2026-04-23 18:01:10 +00:00
parent e2d59b0c7c
commit be3377df53

View File

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