lsc 1 month ago
parent
commit
a8bba700db
1 changed files with 5 additions and 0 deletions
  1. 5 0
      pbl.js

+ 5 - 0
pbl.js

@@ -8949,6 +8949,11 @@ router.route("/insertAppTem").all((req,res,next)=>{
 	postmysql(req, res, "insertAppTem"); 
 })
 
+// 上传智能体模板
+router.route("/insertAppTem2").all((req,res,next)=>{
+	postmysql(req, res, "insertAppTem2"); 
+})
+
 // 删除智能体模板
 router.route("/deleteAppTem").all((req,res,next)=>{
 	postmysql(req, res, "deleteAppTem");