Upload 7.8
This commit is contained in:
24
part7/ultimate-hooks/db.json
Normal file
24
part7/ultimate-hooks/db.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"notes": [
|
||||
{
|
||||
"id": 1,
|
||||
"content": "custom hooks are awesome"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"content": "best feature ever <3"
|
||||
}
|
||||
],
|
||||
"persons": [
|
||||
{
|
||||
"id": 1,
|
||||
"name": "Matti Luukkainen",
|
||||
"number": "040-12344565"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"name": "Tarja Halonen",
|
||||
"number": "040-2223334"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user