Add TodosController with GET/POST/PATCH/DELETE endpoints
This commit is contained in:
3
backend/Dtos/UpdateTodoRequest.cs
Normal file
3
backend/Dtos/UpdateTodoRequest.cs
Normal file
@@ -0,0 +1,3 @@
|
||||
namespace Backend.Dtos;
|
||||
|
||||
public record UpdateTodoRequest(bool? Completed);
|
||||
Reference in New Issue
Block a user