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 1331cfe commit 1e339db
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 DogTagController {
private final DogTagService dogTagService;
@GetMapping("/dogtag")

public TagListDto getTagList(){
return dogTagService.findAll();
}
Expand Down

0 comments on commit 1e339db

Please sign in to comment.