-
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.
* feat: v1 api 제거 * test: v1을 사용하던 인수테스트를 전부 v2 api를 사용하도록 변경 * test(NoticeControllerTest): 사용되지 않는 api v1의 slice 테스트 삭제 * feat(AuthInterceptor): 더이상 사용하지 않는 interceptor 제거
- Loading branch information
1 parent
96e30c2
commit d2672fd
Showing
21 changed files
with
94 additions
and
850 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
73 changes: 0 additions & 73 deletions
73
src/main/java/com/kustacks/kuring/common/interceptor/AuthInterceptor.java
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
src/main/java/com/kustacks/kuring/config/WebMvcConfig.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
74 changes: 0 additions & 74 deletions
74
src/main/java/com/kustacks/kuring/notice/presentation/NoticeControllerV1.java
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
src/main/java/com/kustacks/kuring/notice/presentation/dto/CategoryListResponse.java
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
src/main/java/com/kustacks/kuring/notice/presentation/dto/SubscribeCategoriesResponse.java
This file was deleted.
Oops, something went wrong.
23 changes: 0 additions & 23 deletions
23
src/main/java/com/kustacks/kuring/notice/presentation/dto/SubscribeCategoriesV1Request.java
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...er/common/SubscribeCategoriesRequest.java → ...ommon/dto/SubscribeCategoriesRequest.java
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
...r/common/SubscribeDepartmentsRequest.java → ...mmon/dto/SubscribeDepartmentsRequest.java
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
src/main/java/com/kustacks/kuring/user/presentation/UserCommandApiV2.java
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
Oops, something went wrong.