-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: ImageController를 AdminController로 병합
- Loading branch information
1 parent
9db3244
commit af75f56
Showing
12 changed files
with
78 additions
and
176 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...api/domain/image/dto/PutImageUseCaseIn.kt → ...n/admin/document/dto/PutImageUseCaseIn.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
...pi/domain/image/dto/PutImageUseCaseOut.kt → .../admin/document/dto/PutImageUseCaseOut.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package com.few.api.domain.image.dto | ||
package com.few.api.domain.admin.document.dto | ||
|
||
import java.net.URL | ||
|
||
|
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
10 changes: 5 additions & 5 deletions
10
...i/domain/image/usecase/PutImageUseCase.kt → ...admin/document/usecase/PutImageUseCase.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
34 changes: 0 additions & 34 deletions
34
api/src/main/kotlin/com/few/api/domain/image/service/GetUrlService.kt
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
api/src/main/kotlin/com/few/api/domain/image/service/dto/GetUrlQuery.kt
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
2 changes: 1 addition & 1 deletion
2
...oller/image/request/ImageSourceRequest.kt → ...oller/admin/request/ImageSourceRequest.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
...ler/image/response/ImageSourceResponse.kt → ...ler/admin/response/ImageSourceResponse.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
33 changes: 0 additions & 33 deletions
33
api/src/main/kotlin/com/few/api/web/controller/image/ImageController.kt
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
84 changes: 0 additions & 84 deletions
84
api/src/test/kotlin/com/few/api/web/controller/image/ImageControllerTest.kt
This file was deleted.
Oops, something went wrong.