This commit is contained in:
2026-04-23 19:12:53 +00:00
parent 41fe9733a2
commit 9e87b03c3b
2 changed files with 6 additions and 8 deletions

View File

@@ -269,7 +269,6 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
exit;
}
echo json_encode($api->verifyFace($token, $image));
// $api->verifyFace($token, $image);
break;
default: