maxlemieux / node-workout-tracker

Workout tracking app built in Node.js
0 stars 0 forks source link

Stats don't work on Heroku #2

Open maxlemieux opened 4 years ago

maxlemieux commented 4 years ago

The stats page is not working on Heroku.

The data object being passed in is not an iterable array. Something else is being returned from the API at api/workouts/range on Heroku.

maxlemieux commented 4 years ago

The API call for GET on https://node-workout-tracker.herokuapp.com/api/workouts/range returns an empty object {} on Heroku.