Browse Source

fix: 注释掉bimface路由以避免未授权访问

lanjianrong 6 ngày trước cách đây
mục cha
commit
618d34e4fa
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/router.js

+ 1 - 1
app/router.js

@@ -1195,5 +1195,5 @@ module.exports = app => {
     app.get('/wx/tips', 'wechatController.tips');
 
     // bimface
-    app.get('/bimface', sessionAuth, 'bimfaceController.index');
+    // app.get('/bimface', sessionAuth, 'bimfaceController.index');
 };