Изменения фронта

This commit is contained in:
urec56 2024-02-08 13:58:16 +03:00
parent b945c853ff
commit 0785c87b8b

View file

@ -11,3 +11,5 @@ export const users= await fetch('http://localhost:8000/api/users', {
.catch(function (error) { .catch(function (error) {
console.log('Ошибка:', error); console.log('Ошибка:', error);
}); });