-
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.
moneymong-323 refactor: 불필요한 코드 삭제 및 패키지 네이밍 변경
- Loading branch information
1 parent
06c7c45
commit 8433e16
Showing
10 changed files
with
17 additions
and
54 deletions.
There are no files selected for viewing
1 change: 0 additions & 1 deletion
1
core/network/src/main/java/com/moneymong/moneymong/network/util/AuthInterceptor.kt
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
15 changes: 0 additions & 15 deletions
15
data/src/main/java/com/moneymong/moneymong/data/repository/login/LoginRepositoryImpl.kt
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...a/repository/login/TokenRepositoryImpl.kt → ...a/repository/token/TokenRepositoryImpl.kt
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
7 changes: 0 additions & 7 deletions
7
domain/src/main/java/com/moneymong/moneymong/domain/repository/LoginRepository.kt
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...n/usecase/login/PostAccessTokenUseCase.kt → ...n/usecase/token/PostAccessTokenUseCase.kt
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
2 changes: 1 addition & 1 deletion
2
...mong/domain/usecase/login/TokenUseCase.kt → ...mong/domain/usecase/token/TokenUseCase.kt
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
4 changes: 2 additions & 2 deletions
4
feature/sign/src/main/java/com/moneymong/moneymong/feature/sign/viewmodel/LoginViewModel.kt
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