Skip to content
Snippets Groups Projects

Implemented more columns in item

Merged Charlotte Hallan Christiansen requested to merge 16-create-item-endpoints into main
6 files
+ 74
47
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -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