Changes to task list #21

Merged
julius-lautz merged 2 commits from task-list into dev 2021-10-17 11:58:16 +00:00
Showing only changes of commit 89a49ba786 - Show all commits

View File

@ -32,6 +32,7 @@ public class DeleteTaskWebController {
// Check if the task with the given identifier exists
if (deleteATask.isEmpty()) {
// If not, through a 404 Not Found status code
throw new ResponseStatusException(HttpStatus.NOT_FOUND);
}