Skip to content

Commit 7c6a812

Browse files
authored
Merge pull request #123 from IT-Cotato/feature/121
refactor: 홈 화면 통합 API 제거 및 개별 API 분리 방식으로 전환
2 parents 5ecdd90 + 24c3285 commit 7c6a812

File tree

5 files changed

+1
-138
lines changed

5 files changed

+1
-138
lines changed

src/main/java/com/ongil/backend/domain/home/controller/HomeController.java

Lines changed: 0 additions & 41 deletions
This file was deleted.

src/main/java/com/ongil/backend/domain/home/converter/HomeConverter.java

Lines changed: 0 additions & 28 deletions
This file was deleted.

src/main/java/com/ongil/backend/domain/home/dto/response/HomeResDto.java

Lines changed: 0 additions & 27 deletions
This file was deleted.

src/main/java/com/ongil/backend/domain/home/service/HomeService.java

Lines changed: 0 additions & 40 deletions
This file was deleted.

src/main/java/com/ongil/backend/global/config/SecurityConfig.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ public SecurityFilterChain filterChain(HttpSecurity http) throws Exception {
5252
.requestMatchers("/api/auth/oauth/**").permitAll()
5353
.requestMatchers("/api/auth/token/refresh").permitAll()
5454

55-
// [4] 홈 & 광고
56-
.requestMatchers("/api/home").permitAll()
55+
// [4] 광고
5756
.requestMatchers("/api/advertisements/**").permitAll()
5857

5958
// [5] 상품 관련

0 commit comments

Comments
 (0)