From e201f8e89c8ade37c25c3d9073503a26af4ed3d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szab=C3=B3=20Iv=C3=A1n?= Date: Tue, 17 Dec 2024 17:45:27 +0100 Subject: [PATCH] =?UTF-8?q?Pr=C3=B3ba?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/WorkFlowCheck.API/Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/WorkFlowCheck.API/Program.cs b/src/WorkFlowCheck.API/Program.cs index d3b48c9..98d7619 100644 --- a/src/WorkFlowCheck.API/Program.cs +++ b/src/WorkFlowCheck.API/Program.cs @@ -9,6 +9,7 @@ builder.Services.ConfigureHttpJsonOptions(options => var app = builder.Build(); + var sampleTodos = new Todo[] { new(1, "Walk the dog"), new(2, "Do the dishes", DateOnly.FromDateTime(DateTime.Now)),