Advertisement
Guest User

Untitled

a guest
Jun 29th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. fetch('/api/days/task/add/', {
  2. method: 'POST',
  3. headers: {
  4. 'Content-Type': 'application/json',
  5. },
  6. body: JSON.stringify({
  7. dayid: '59455bc0a96a7810a0595306',
  8. title: 'Запись',
  9. price: 1000,
  10. }),
  11. })
  12. .then(res => res.json())
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement