Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2020
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. return fetch(`${APIURL}/users`, {
  2. method: "POST",
  3. mode: "cors",
  4. headers: {
  5. "Content-Type": "application/json"
  6. },
  7. body: JSON.stringify(data)
  8. }).then(response => response)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement