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