aboutsummaryrefslogtreecommitdiff
path: root/src/api (unfollow)
Commit message (Collapse)AuthorLines
2023-05-27New to do now communicates to API.Adrián Oliva-1/+18
WE'RE DOING IT!!!!
2023-05-27List of to dos is initialized on database.Adrián Oliva-4/+4
At the beginning, the app will fetch the to dos from the back end and write all of them on Redux.
2023-05-27Added the "v1" to the URL.Adrián Oliva-1/+1
2023-05-26Using Axios to send HTTP requests.Adrián Oliva-0/+23
Defining API and method GET to retrieve all to dos.