From be3377df539cb0d869560573e37fa0bd6449778f Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Thu, 23 Apr 2026 18:01:10 +0000 Subject: [PATCH] a --- Contestation/verify_facial_api.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Contestation/verify_facial_api.php b/Contestation/verify_facial_api.php index 9a5fa17..1a505b8 100644 --- a/Contestation/verify_facial_api.php +++ b/Contestation/verify_facial_api.php @@ -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();