diff --git a/index.html b/index.html index 0d1f53c..947d75b 100644 --- a/index.html +++ b/index.html @@ -47,6 +47,7 @@ }); const result = await response.json(); + console.log(result); if (response.ok && result.data && result.data.status === 'OK') { // 2. Ищем, куда нас просили вернуться