|
@@ -106,8 +106,8 @@ module.exports = app => {
|
|
|
router.resources('channelVideo', '/api/live/channelvideo', controller.channelVideo); // index、create、show、destroy
|
|
|
router.post('channelVideo', '/api/live/channelvideo/update/:id', controller.channelVideo.update);
|
|
|
|
|
|
- // 花表
|
|
|
- router.resources('flower', '/api/live/flower', controller.flower); // index、create、show、destroy
|
|
|
- router.post('flower', '/api/live/flower/update/:id', controller.flower.update);
|
|
|
+ // // 花表
|
|
|
+ // router.resources('flower', '/api/live/flower', controller.flower); // index、create、show、destroy
|
|
|
+ // router.post('flower', '/api/live/flower/update/:id', controller.flower.update);
|
|
|
|
|
|
};
|