lrf402788946 4 năm trước cách đây
mục cha
commit
dbe2ff03bf
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      app/router.js

+ 1 - 0
app/router.js

@@ -622,5 +622,6 @@ module.exports = app => {
     '/api/train/groupscore/opera',
     controller.groupscore.opera
   );
+  // 证书检验
   router.get('/api/train/cerconfirm', controller.cerconfirm.index);
 };