fix: Mall controller 경로 충돌 해결 — analytics/v2, loyalty/v2

This commit is contained in:
DESKTOP-TKLFCPR\ython 2026-06-17 06:58:01 +09:00
parent ced382cb58
commit 904eff5775
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ import java.util.stream.Collectors;
* 25개 엔드포인트
*/
@RestController
@RequestMapping("/api/mall/loyalty")
@RequestMapping("/api/mall/loyalty/v2")
@RequiredArgsConstructor
public class CustomerLoyaltyController {

View File

@ -17,7 +17,7 @@ import java.util.stream.IntStream;
* 25개 엔드포인트
*/
@RestController
@RequestMapping("/api/mall/analytics")
@RequestMapping("/api/mall/analytics/v2")
@RequiredArgsConstructor
public class OrderAnalyticsController {