feat: 5.0 - Backend API - POST /api/habits/{id}/check

This commit is contained in:
Echo
2026-02-10 11:40:14 +00:00
parent 760e0e031c
commit ca4ee77db6
3 changed files with 375 additions and 3 deletions

View File

@@ -1,4 +1,14 @@
{
"lastUpdated": "2026-02-10T10:57:00.000Z",
"habits": []
}
"lastUpdated": "2026-02-10T11:40:08.703720",
"habits": [
{
"id": "habit-1770723608703",
"name": "Water Plants",
"frequency": "daily",
"createdAt": "2026-02-10T11:40:08.703082",
"completions": [
"2026-02-10"
]
}
]
}