lsc 2 년 전
부모
커밋
d291b44dcd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pbl.js

+ 1 - 1
pbl.js

@@ -1165,7 +1165,7 @@ 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");
 });