Fix (#235)
parent
c43ce9945b
commit
a769773f93
|
@ -31,7 +31,7 @@ app.Run();
|
|||
struct TodoItemRequest
|
||||
{
|
||||
public int Id { get; set; }
|
||||
|
||||
//[AsParameters]
|
||||
public Todo[] todos { get; set; }
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue