Skip to content
Snippets Groups Projects
Commit b2b462a6 authored by Holzheu Hannah's avatar Holzheu Hannah Committed by Karsch Lukas
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 9b27e035
No related branches found
No related tags found
1 merge request!12#3 merge fully implemented garden branch into main
......@@ -25,8 +25,6 @@ public class GardenController {
@RequestParam(value = "sort", required = false) String sort,
@AuthenticationPrincipal User user
) {
//TODO: pagination necessary?
log.info("Called getPlantsInGarden");
return ResponseEntity.ok(gardenService.getUserPlants(user, sort));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment