ruoyi-modules/ruoyi-promotion/src/main/java/com/ruoyi/promotion/controller/forepart/ForepartCouponController.java
File was renamed from ruoyi-modules/ruoyi-promotion/src/main/java/com/ruoyi/promotion/controller/CouponController.java @@ -1,4 +1,4 @@ package com.ruoyi.promotion.controller; package com.ruoyi.promotion.controller.forepart; import org.springframework.web.bind.annotation.RequestMapping; @@ -14,7 +14,7 @@ * @since 2024-05-16 */ @RestController @RequestMapping("/coupon") public class CouponController { @RequestMapping("/forepart/coupon") public class ForepartCouponController { }