diff --git a/samples/BikeSharingApp/Bikes/server.js b/samples/BikeSharingApp/Bikes/server.js index c85b4a752..c15d68cd6 100644 --- a/samples/BikeSharingApp/Bikes/server.js +++ b/samples/BikeSharingApp/Bikes/server.js @@ -232,7 +232,6 @@ app.get('/api/bikes/:bikeId', function(req, res) { var theBike = result; // Hard code image url *FIX ME* - theBike.imageUrl = "/static/logo.svg"; theBike.id = theBike._id; delete theBike._id;