zengyicheng 2 anni fa
parent
commit
8a2bd038f3
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. 5 0
      pbl.js

+ 5 - 0
pbl.js

@@ -276,6 +276,11 @@ router.route('/addWork').all((req, res, next) => {
     postmysql(req, res, "insert_teacher_work");
 });
 
+//点赞评论
+router.route('/insertComment').all((req, res, next) => {
+    postmysql(req, res, "insertComment");
+});
+
 //上传文件
 router.route('/addCourseWorks').all((req, res, next) => {
     postmysql(req, res, "addCourseWorks");