lsc 2 tháng trước cách đây
mục cha
commit
4755dc16bc
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      pbl.js

+ 4 - 0
pbl.js

@@ -8826,6 +8826,10 @@ router.route("/getKnowledgeTag").all((req,res,next)=>{
 	postmysql(req, res, "getKnowledgeTag"); 
 })
 
+//查询文件夹详情
+router.route("/getKnowledgeDetail").all((req,res,next)=>{
+	postmysql(req, res, "getKnowledgeDetail"); 
+})
 
 
 function generateAPIKey(username) {