pull/236/head
Rick Anderson 2023-11-01 15:28:51 -10:00 committed by GitHub
parent c43ce9945b
commit a769773f93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ app.Run();
struct TodoItemRequest
{
public int Id { get; set; }
//[AsParameters]
public Todo[] todos { get; set; }
}