lsc 2 năm trước cách đây
mục cha
commit
d2c2a7fdc0
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      pbl.js

+ 4 - 0
pbl.js

@@ -1165,6 +1165,10 @@ router.route('/deleteCourse').all((req, res, next) => {
     var json = queryString(req.url);
     getmysql(req, res, "deleteCourse", json['cid']);
 });
+//删除课程
+router.route('/copyCourse').all((req, res, next) => {
+    postmysql(req, res, "copyCourse");
+});
 //查看课程
 router.route('/select_course_detail').all((req, res, next) => {
     var json = queryString(req.url);