sou 7 лет назад
Родитель
Сommit
93321c980a
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      lib/crowi/index.js

+ 1 - 2
lib/crowi/index.js

@@ -460,8 +460,7 @@ Crowi.prototype.require = function(modulePath) {
 };
 
 /**
- * setup Express Routes
- * !! this must be at last because it includes '/*' route !!
+ * setup GlobalNotificationService
  */
 Crowi.prototype.setUpGlobalNotification = function() {
   const globalNotificationService = require('../service/global-notification');