Skip to content

Commit

Permalink
WAKEUP DOCKER...
Browse files Browse the repository at this point in the history
  • Loading branch information
JeongHeumChoi authored Feb 19, 2024
1 parent 4809981 commit 655cc6c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
public class DogTypeController {
private final DogTypeService dogTypeService;
@GetMapping("/dogtype")

public TypeListDto getTagList(){
return dogTypeService.findAll();
}
Expand Down

0 comments on commit 655cc6c

Please sign in to comment.