Skip to content

Instantly share code, notes, and snippets.

@brittanydionigi
Last active May 14, 2016 00:54
Show Gist options
  • Save brittanydionigi/b843e11422c2cdf6380e42337f3bdcff to your computer and use it in GitHub Desktop.
Save brittanydionigi/b843e11422c2cdf6380e42337f3bdcff to your computer and use it in GitHub Desktop.
return fetch('http://localhost:8080/api/v2/hb/', {
method: 'POST',
mode: 'cors',
body: JSON.stringify(data),
headers: new Headers({
'Content-Type': 'application/json'
})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment