Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
idatt2106_2023_11_backend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Joakim Falch
idatt2106_2023_11_backend
Merge requests
!3
Implemented more columns in item
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Implemented more columns in item
16-create-item-endpoints
into
main
Overview
0
Commits
4
Pipelines
3
Changes
6
Merged
Implemented more columns in item
Charlotte Hallan Christiansen
requested to merge
16-create-item-endpoints
into
main
Apr 18, 2023
Overview
0
Commits
4
Pipelines
3
Changes
6
Closes
#16 (closed)
0
0
Merge request reports
Compare
main
version 2
ecb143f0
Apr 18, 2023
version 1
0abc9a0a
Apr 18, 2023
main (base)
and
latest version
latest version
e6df084e
4 commits,
Apr 18, 2023
version 2
ecb143f0
2 commits,
Apr 18, 2023
version 1
0abc9a0a
1 commit,
Apr 18, 2023
6 files
+
74
−
47
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
src/main/java/edu/ntnu/idatt2106/backend/controller/ItemController.java
+
0
−
1
View file @ e6df084e
Edit in single-file editor
Open in Web IDE
Show full file
@@ -8,7 +8,6 @@ import org.springframework.http.HttpStatus;
@@ -8,7 +8,6 @@ import org.springframework.http.HttpStatus;
import
org.springframework.http.ResponseEntity
;
import
org.springframework.http.ResponseEntity
;
import
org.springframework.web.bind.annotation.*
;
import
org.springframework.web.bind.annotation.*
;
import
java.util.Arrays
;
import
java.util.List
;
import
java.util.List
;
@RestController
@RestController
Loading