push
This commit is contained in:
@@ -1,23 +0,0 @@
|
||||
{
|
||||
"todos": [
|
||||
{
|
||||
"id": 1,
|
||||
"task": "Test 1",
|
||||
"completed": true,
|
||||
"created_at": "2025-11-11T10:06:26.232036+01:00"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"task": "Test 2",
|
||||
"completed": false,
|
||||
"created_at": "2025-11-11T10:06:33.4405526+01:00"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"task": "Test 3",
|
||||
"completed": true,
|
||||
"created_at": "2025-11-11T10:06:36.4225131+01:00"
|
||||
}
|
||||
],
|
||||
"next_id": 4
|
||||
}
|
||||
Reference in New Issue
Block a user