aboutsummaryrefslogtreecommitdiff
path: root/src/api/axios_methods.js (follow)
Commit message (Collapse)AuthorAgeLines
* List of to dos is initialized on database.Adrián Oliva2023-05-27-4/+4
| | | | | At the beginning, the app will fetch the to dos from the back end and write all of them on Redux.
* Using Axios to send HTTP requests.Adrián Oliva2023-05-26-0/+15
Defining API and method GET to retrieve all to dos.