|
@@ -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() {
|
|
Crowi.prototype.setUpGlobalNotification = function() {
|
|
|
const globalNotificationService = require('../service/global-notification');
|
|
const globalNotificationService = require('../service/global-notification');
|