Skip to content

Commit

Permalink
[MMC-12] Fix Stub
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitolo-Andrea committed Jul 12, 2024
1 parent 1ae4e59 commit 2259d22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ public interface StubMessageCoreController {
@PostMapping("/save")
ResponseEntity<String> saveMessage(@Valid @RequestBody MessageDTO messageDTO);

@GetMapping("/get")
@GetMapping("/get/{fiscalCode}")
ResponseEntity<ArrayList<Message>> getMessages(@Valid @PathVariable String fiscalCode);
}

0 comments on commit 2259d22

Please sign in to comment.