itizawa 5 лет назад
Родитель
Сommit
e8031e77cc
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      src/server/routes/page.js

+ 0 - 1
src/server/routes/page.js

@@ -136,7 +136,6 @@ module.exports = function(crowi, app) {
   const User = crowi.model('User');
   const User = crowi.model('User');
   const Bookmark = crowi.model('Bookmark');
   const Bookmark = crowi.model('Bookmark');
   const PageTagRelation = crowi.model('PageTagRelation');
   const PageTagRelation = crowi.model('PageTagRelation');
-  const UpdatePost = crowi.model('UpdatePost');
   const GlobalNotificationSetting = crowi.model('GlobalNotificationSetting');
   const GlobalNotificationSetting = crowi.model('GlobalNotificationSetting');
   const ShareLink = crowi.model('ShareLink');
   const ShareLink = crowi.model('ShareLink');