* Добавлен файл index.html и файл стилей, для формы авторизации.
This commit is contained in:
parent
923b4183b3
commit
ce957f231d
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user