Complete a GET handler

Report a typo

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;
}
Enter a short text
___

Create a free account to access the full topic