Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GrowBros
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tomato
GrowBros
Commits
b2b462a6
Commit
b2b462a6
authored
1 year ago
by
Holzheu Hannah
Committed by
Karsch Lukas
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Apply 1 suggestion(s) to 1 file(s)
parent
9b27e035
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!12
#3 merge fully implemented garden branch into main
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/hdm/mi/growbros/controllers/GardenController.java
+0
-2
0 additions, 2 deletions
...in/java/hdm/mi/growbros/controllers/GardenController.java
with
0 additions
and
2 deletions
src/main/java/hdm/mi/growbros/controllers/GardenController.java
+
0
−
2
View file @
b2b462a6
...
...
@@ -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
));
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment