lsc 1 年之前
父节点
当前提交
e2bee9470f
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      pbl.js

+ 5 - 0
pbl.js

@@ -3267,6 +3267,11 @@ router.route("/copyCourse").all((req, res, next) => {
 router.route("/copyTrainCourse").all((req, res, next) => {
     postmysql(req, res, "copyTrainCourse");
 });
+//复制课程
+router.route("/copyTest").all((req, res, next) => {
+    postmysql(req, res, "copyTest");
+});
+
 //复制课程
 router.route("/copySynergyCourse").all((req, res, next) => {
     postmysql(req, res, "copySynergyCourse");