@RestController
@RequestMapping(value="/api/votes/")
public class VoteController
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private VoteService |
voteService |
Constructor and Description |
---|
VoteController() |
Modifier and Type | Method and Description |
---|---|
org.springframework.http.ResponseEntity<java.lang.Void> |
vote(VoteDto voteDto) |
private final VoteService voteService
@PostMapping public org.springframework.http.ResponseEntity<java.lang.Void> vote(@RequestBody VoteDto voteDto)