ソースを参照

Merge branch 'files-routing' of github.com:crowi/crowi into files-routing

Sotaro KARASAWA 9 年 前
コミット
2ddeff1239
1 ファイル変更0 行追加1 行削除
  1. 0 1
      lib/routes/page.js

+ 0 - 1
lib/routes/page.js

@@ -612,7 +612,6 @@ module.exports = function(crowi, app) {
       debug('error on _api/pages.update', err);
       return res.json(ApiResponse.error(err));
     });
-
   };
 
   /**