...
|
...
|
@@ -18,7 +18,7 @@ const coupon = require(`${cRoot}/coupon`); |
|
|
router.get(/^\/special\/(\d+)_/, specialController.special);
|
|
|
|
|
|
// 领券中心
|
|
|
router.get('/coupon/index', coupon.index);
|
|
|
router.get('/coupon/', coupon.index);
|
|
|
router.get('/coupon/couponstatus', auth, coupon.getCouponStatus);
|
|
|
router.get('/coupon/sendcoupon', auth, coupon.sendcoupon);
|
|
|
|
...
|
...
|
|