a
This commit is contained in:
@@ -245,9 +245,6 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
||||
exit;
|
||||
}
|
||||
|
||||
// echo json_encode(['success' => false, 'message' => 'On peut maintenant continuer']);
|
||||
// exit;
|
||||
|
||||
$action = $input['action'] ?? null;
|
||||
|
||||
$api = new FacialVerificationAPI();
|
||||
@@ -263,6 +260,9 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
||||
break;
|
||||
|
||||
case 'verify_face':
|
||||
echo "On peut maintenant continuer";
|
||||
exit;
|
||||
|
||||
$token = $input['token'] ?? null;
|
||||
$image = $input['image'] ?? null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user