guhongwei 4 years ago
parent
commit
346332f9e3
1 changed files with 3 additions and 3 deletions
  1. 3 3
      app/router.js

+ 3 - 3
app/router.js

@@ -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);
 
 };