Guest User

Untitled

a guest
Jul 18th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. config.EnableCors();
  2.  
  3. axios({
  4. method: 'delete',
  5. url: '***/api/steps',
  6. headers: {
  7. 'Content-type': 'application/x-www-form-urlencoded'
  8. },
  9. params: {
  10. id: step.id
  11. }
  12. }).then(response => {
  13. this.getProjectSteps()
  14. this.getProjectDetail()
  15. })
Add Comment
Please, Sign In to add comment