lsc преди 1 година
родител
ревизия
e332a0f481
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      pbl.js

+ 1 - 1
pbl.js

@@ -3335,7 +3335,7 @@ router.route("/copyCourse").all((req, res, next) => {
 router.route("/copyCourseSz").all((req, res, next) => {
     postmysql2(req, res, "copyCourse");
 });
-//复制课程
+//返回复制课程
 router.route("/getcopyCourseSz").all((req, res, next) => {
     postmysql2(req, res, "getcopyCourseSz");
 });