Guest User

Untitled

a guest
Feb 24th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. fetch('/api/open', {
  2. method: "POST",
  3. body: JSON.stringify({
  4. token: idToken
  5. }),
  6. headers: {
  7. "Content-Type": "application/json"
  8. }
  9. })
Add Comment
Please, Sign In to add comment