Wednesday, 24 May 2017

delete route not found in express after ajax delete method call

app.delete('/block/:name', function(request, response){
    console.log("name");
//    delete blocks[request.blockName];
//    response.sendStatus(200);
});

all other routes except delete route are working. need help



via ace

No comments:

Post a Comment