Advertisement
Guest User

Untitled

a guest
Sep 25th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.             axios.post(Routes.rooms_path(), body)
  2.                 .then(function(res) {
  3.                     debugger
  4.                 }.bind(this))
  5.                 .catch(function(error) {
  6.                     debugger
  7.                 }.bind(this))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement