-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
23 lines (23 loc) · 721 Bytes
/
Copy pathdb.json
File metadata and controls
23 lines (23 loc) · 721 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"posts": [
{
"title": "test...",
"body": "testing...",
"image": "https://res.cloudinary.com/djdhc5rlo/image/upload/v1777736332/profile_images/lujujnfmbtapvgtqpros.jpg",
"id": "jqTLxJSypys"
},
{
"title": "try",
"body": "trying...",
"image": "https://res.cloudinary.com/djdhc5rlo/image/upload/v1777737406/profile_images/jwhghapjzeldi69brg7o.jpg",
"id": "GU7l6qjP9Co"
},
{
"title": "New Post",
"body": "Handle Create New Post",
"image": "https://res.cloudinary.com/djdhc5rlo/image/upload/v1777737965/profile_images/qh1qfvtd7v9zdmmdomtr.jpg",
"id": "Q_Vi7gL9-FA"
}
],
"$schema": "./node_modules/json-server/schema.json"
}