Complete the @GetMapping annotation so that it is mapped to the /items path.
Don't include annotation and quotes in your answer
@GetMapping("_____________")
public List<Tasks> getTasks() {
return tasks;
}Complete the @GetMapping annotation so that it is mapped to the /items path.
Don't include annotation and quotes in your answer
@GetMapping("_____________")
public List<Tasks> getTasks() {
return tasks;
}Create a free account to access the full topic