Skip to content

Commit

Permalink
it happens to the best of us
Browse files Browse the repository at this point in the history
  • Loading branch information
Sander14121 committed May 29, 2024
1 parent b264b0e commit caab0d1
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;

import java.util.List;
import java.util.Map;

@RestController("/resource")
@RestController
@RequestMapping("/resource")
public class ResourceController {

private final ResourceService resourceService;
Expand Down

0 comments on commit caab0d1

Please sign in to comment.