yusuketk 6 năm trước cách đây
mục cha
commit
459c8c45be
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      src/server/routes/apiv3/page.js

+ 2 - 1
src/server/routes/apiv3/page.js

@@ -234,7 +234,8 @@ module.exports = (crowi) => {
       rootPagePath,
       numOfPages,
       hasComment: isCommentDownload,
-      hasAttachment: isAttachmentFileDownload});
+      hasAttachment: isAttachmentFileDownload,
+    });
   });
 
   return router;