issues
search
sanducosmin9
/
ToDoListMicroservice
0
stars
0
forks
source link
Implement deleting a task
#7
Open
sanducosmin9
opened
1 year ago
sanducosmin9
commented
1 year ago
Create an endpoint
In the service class, find the task that needs to be deleted
Use a repository class to delete the task
Return something to the controller
sanducosmin9
commented
1 year ago
1 SP