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

+ 1 - 1
src/server/routes/admin.js

@@ -679,10 +679,10 @@ module.exports = function(crowi, app) {
     return res.render('admin/user-group-detail', { userGroup });
   };
 
-  api.validators = {};
   // Importer management
   actions.importer = {};
   actions.importer.api = api;
+  api.validators = {};
   api.validators.importer = {};
 
   actions.importer.index = function(req, res) {