This commit is contained in:
2026-04-23 18:54:03 +00:00
parent 08520197f7
commit add9c5aa19
2 changed files with 8 additions and 8 deletions

View File

@@ -267,8 +267,8 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
echo json_encode(['success' => false, 'message' => 'Token et image requis']);
exit;
}
// echo json_encode($api->verifyFace($token, $image));
$api->verifyFace($token, $image);
echo json_encode($api->verifyFace($token, $image));
// $api->verifyFace($token, $image);
break;
default: