@@ -41,6 +41,7 @@ router.route("/logout").all(async (req, res, next) => {
}
});
+//获取文档列表
router.route("/getDocument").all(async (req, res, next) => {
try {
const response = await client.documents.list({