* Добавлен файл index.html и файл стилей, для формы авторизации.

This commit is contained in:
drdemons 2020-03-02 21:37:06 +03:00
parent 923b4183b3
commit ce957f231d

View File

@ -51,11 +51,10 @@
body: JSON.stringify(data),
headers: {
'Content-Type': 'application/json',
'Access-Control-Allow-Origin': '*' }
}
});
const json = await response.json();
console.log('Успех:', JSON.stringify(json));
this.responseMessage = json
} catch (error) {
console.error('Ошибка:', error);
}