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);