Skip to content

Commit

Permalink
fixed type when creating the pebble endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Calabrese committed Oct 31, 2014
1 parent ad5261f commit a2df246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ app.enable('trust proxy'); // Allows req.secure test on heroku https connections
app.use('/api/v1', api);

// pebble data
app.get('/pebble', pebble(entriesStorage, treatmentsStorage));
app.get('/pebble', pebble(entriesStorage, devicestatusStorage));

//app.get('/package.json', software);

Expand Down

0 comments on commit a2df246

Please sign in to comment.