diff --git a/app/page.tsx b/app/page.tsx index 9a118e3..ccf42d1 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -45,12 +45,6 @@ export default async function LandingPage() { > Solo - - Todo's - (
{title}
@@ -639,7 +629,6 @@ curl -H "Authorization: Bearer $TOKEN" \\ { method: 'PATCH', path: '/api/stories/:id/tasks/reorder', desc: 'Taakvolgorde aanpassen (body: { task_ids: string[] })' }, { method: 'POST', path: '/api/stories/:id/log', desc: 'Activiteit vastleggen: implementatieplan, testresultaat of commit' }, { method: 'PATCH', path: '/api/tasks/:id', desc: 'Taakstatus of implementatieplan bijwerken' }, - { method: 'POST', path: '/api/todos', desc: 'Todo aanmaken (body: { title, product_id })' }, ].map(({ method, path, desc }) => (