Closed sushmitha007 closed 5 years ago
return new ResponseEntity<>(trackService.getAllTracks(), HttpStatus.OK);
issue solved
return new ResponseEntity<>(trackService.getAllTracks(), HttpStatus.OK);