Skip to content

Commit

Permalink
Updated db.json with successful patch request.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattry committed Dec 16, 2024
1 parent 8d0c25e commit 1f28634
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 41 deletions.
4 changes: 2 additions & 2 deletions week2/day1/axios-demo/data/db.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"posts": [
{
"id": 1,
"title": "sunt aut facere repellat provident occaecati excepturi optio reprehenderit",
"body": "quia et suscipit\nsuscipit recusandae consequuntur expedita et cum\nreprehenderit molestiae ut ut quas totam\nnostrum rerum est autem sunt rem eveniet architecto"
"title": "New Title",
"body": ""
},
{
"id": 2,
Expand Down
39 changes: 0 additions & 39 deletions week2/day1/axios-demo/src/components/AxiosPatchDemo

This file was deleted.

0 comments on commit 1f28634

Please sign in to comment.