Advertisement
Guest User

Untitled

a guest
Jun 15th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. axios.post(shipiyaariURL, qs.stringify(shipyaari))
  2. .then((res) => {
  3. console.log(`statusCode: ${res.statusCode}`)
  4. console.log(res.data);
  5. rese.send(res.data);
  6. })
  7. .catch((error) => {
  8. console.error(error)
  9. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement