This commit is contained in:
2025-11-11 10:07:15 +01:00
parent b53ed856ba
commit f5963c088f
3 changed files with 360 additions and 0 deletions

23
.todos/test.json Normal file
View File

@@ -0,0 +1,23 @@
{
"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
}