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