AE
Size: a a a
AE
AE
IS
IS
AE
G
IS
IS
G
IS
G
AE
IS
IS
IS
IS
NS
fetch('/wishlists', {
method: 'POST',
body: JSON.stringify({
wishlist_title: title,
}),
headers: {"X-CSRFToken": csrftoken},
})
.then(responce => responce.json())
.then(data => {
console.log(data)
})
AE
fetch('/wishlists', {
method: 'POST',
body: JSON.stringify({
wishlist_title: title,
}),
headers: {"X-CSRFToken": csrftoken},
})
.then(responce => responce.json())
.then(data => {
console.log(data)
})
NS