-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: test코드에서 입력값 변경 - 인자를 (2023-11-29, 09:00) --> (2023-11-29T16:00:00, +09:00) 으로 변경 * refactor: mates.service의 db접근 부분 private으로 변경 - private으로 변경하면서 test코드도 같이 usersRepository 모킹하도록 변경 * feat: 본인 정보 조회시 팔로워 팔로잉 수도 응답 - usersService에 getFollowsCount 함수 작성 후 authController에서 호출 * feat: follower, following 조회 api 구현 - 이너조인 하고, 이름 순으로 정렬 --------- Co-authored-by: victolee0 <[email protected]>
- Loading branch information
1 parent
a601139
commit 638aaf3
Showing
5 changed files
with
64 additions
and
9 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
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
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
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
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