a
This commit is contained in:
parent
17a5fc62d5
commit
57f446e11b
|
|
@ -576,12 +576,12 @@
|
|||
$.ajax({
|
||||
url: 'verify_facial_api.php',
|
||||
method: 'POST',
|
||||
// contentType: 'application/json',
|
||||
contentType: 'application/json',
|
||||
data: JSON.stringify({
|
||||
action: 'validate_token',
|
||||
token: verificationToken
|
||||
}),
|
||||
// dataType: 'json',
|
||||
dataType: 'json',
|
||||
success: function(data) {
|
||||
alert("succes => " + data);
|
||||
console.log('Réponse JSON :', data);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user