瀏覽代碼

添加ai6课程说明

11wqe1 2 周之前
父節點
當前提交
fe6b1f9c4d
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      pbl.js

+ 6 - 0
pbl.js

@@ -6499,6 +6499,12 @@ router.route("/addCommunity").all((req, res, next) => {
     postmysql(req, res, "addCommunity");
     //uid 用户id t标题 c内容
 });
+
+//添加ai6课程说明
+router.route("/updateinst").all((req, res, next) => {
+    postmysql(req, res, "updateinst");
+    //uid 用户id t标题 c内容
+});
 //删除社区
 router.route("/delCommunity").all((req, res, next) => {
     postmysql(req, res, "delCommunity");