guhongwei 4 år sedan
förälder
incheckning
346332f9e3
1 ändrade filer med 3 tillägg och 3 borttagningar
  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);
 
 };