Open cwveysey opened 2 years ago
Regarding the server/controllers/todos.js snippet in the Listing todos section, “.all()” should be replaced with “.findAll()” - at least that resolved my “.all() is not a function” error.
Regarding the server/controllers/todos.js snippet in the Listing todos section, “.all()” should be replaced with “.findAll()” - at least that resolved my “.all() is not a function” error.