Skip to content
Advertisement

Tag: express

Cannot Delete and getting 404 not found error in router.delete

In my application, i am passing the request param id in router.delete and communicating that with vuex service. While triggering action api is fired but getting 404 not found and there is not request payload as well. Express route.delete Vuex service vuex actions component action trigger It is showing in api response server.js Answer Since your api endpoint is this:

Advertisement