Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
JeongHeumChoi authored Feb 14, 2024
1 parent 38a7d70 commit 2ef611c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
public class DogController {
private final DogService dogService;
private final RegisterNumberService registerNumberService;

@PostMapping("/dog")
public ResponseEntity<String> postDog(@RequestBody PostDogRequest postDogRequest){
return dogService.saveDog(postDogRequest);
Expand Down

0 comments on commit 2ef611c

Please sign in to comment.