소스 검색

新增话题

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

+ 4 - 1
pbl.js

@@ -346,7 +346,10 @@ router.route("/insertCase").all((req, res, next) => {
 router.route("/addScore").all((req, res, next) => {
     postmysql(req, res, "addScore");
 });
-
+//新增话题
+router.route("/addSubTalk").all((req, res, next) => {
+    postmysql(req, res, "addSubTalk");
+});
 //查询评分
 router.route("/selectScore").all((req, res, next) => {
     var json = queryString(req.url);