11wqe1 10 ماه پیش
والد
کامیت
c88a03395c
1فایلهای تغییر یافته به همراه5 افزوده شده و 0 حذف شده
  1. 5 0
      pbl.js

+ 5 - 0
pbl.js

@@ -701,6 +701,11 @@ router.route("/deleteCourseWorkTwo").all((req, res, next) => {
     postmysql(req, res, "deleteCourseWorkTwo");
 });
 
+//删除提交的作业
+router.route("/deleteCourseWorkTwo2").all((req, res, next) => {
+    postmysql(req, res, "deleteCourseWorkTwo2");
+});
+
 //删除提交的作业
 router.route("/deleteCourseWorkS").all((req, res, next) => {
     postmysql(req, res, "deleteCourseWorkS");