yusuketk 5 yıl önce
ebeveyn
işleme
459c8c45be
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  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;