lsc 1 anno fa
parent
commit
6b9e27d6de
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      pbl.js

+ 4 - 0
pbl.js

@@ -2469,6 +2469,10 @@ router.route('/deleteCourseAdmin').all((req, res, next) => {
 router.route('/setCourseGroup').all((req, res, next) => {
     postmysql(req, res, "setCourseGroup");
 });
+//删除分组
+router.route('/deleteCourseGroup').all((req, res, next) => {
+    postmysql(req, res, "deleteCourseGroup");
+});
 //获取分组
 router.route('/getCourseGroup').all((req, res, next) => {
     var json = queryString(req.url);