-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refact : reply 서비스, 컨트롤러 comment로 병합
- 테스트를 진행하면서 분리되어 있던 대댓글 기능을 CommentController, CommentService로 통합함. #41
- Loading branch information
Showing
4 changed files
with
23 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 0 additions & 26 deletions
26
src/main/java/com/project/minibacktesting_be/controller/ReplyController.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 0 additions & 30 deletions
30
src/main/java/com/project/minibacktesting_be/service/ReplyService.java
This file was deleted.
Oops, something went wrong.