datastaxdevs / appdev-week1-todolist

Summer Series Week 1 - Run your first frontend application the Todolist
85 stars 97 forks source link

API call querying wrong table #244

Open ORiveraJr84 opened 3 years ago

ORiveraJr84 commented 3 years ago

Based on the homework assignment, I believe this is making an API call to the wrong endpoint as it's calling on a table called "rest" instead of "restfromreadme_by_id" as listed in point 4b point 3 in the README file. I may have found where it stems from so I'll submit a pull request to try to help.