This commit is contained in:
2024-12-17 17:45:27 +01:00
parent 17d895f77d
commit e201f8e89c
+1
View File
@@ -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)),