Skip to content

Commit

Permalink
feat - #67 일별챌린지 controller가 인터페이스 구현하도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jumining committed Jan 18, 2024
1 parent 279cfee commit 16971af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
@RestController
@RequiredArgsConstructor
@RequestMapping("/api/v1/dailychallenge")
public class DailyChallengeController {
public class DailyChallengeController implements DailyChallengeApi {

private final DailyChallengeService dailyChallengeService;

Expand Down

0 comments on commit 16971af

Please sign in to comment.