}, {
            success: function(f){
                res.status(200).send({msg: 'Fruit updated succesfully: '+JSON.stringify(f), data: f});
            },
            error: function(err){