|
@@ -46,5 +46,7 @@ module.exports = (crowi) => {
|
|
|
router.use('/bookmarks', require('./bookmarks')(crowi));
|
|
router.use('/bookmarks', require('./bookmarks')(crowi));
|
|
|
router.use('/attachment', require('./attachment')(crowi));
|
|
router.use('/attachment', require('./attachment')(crowi));
|
|
|
|
|
|
|
|
|
|
+ router.use('/slack-bot', require('./slack-bot')(crowi));
|
|
|
|
|
+
|
|
|
return router;
|
|
return router;
|
|
|
};
|
|
};
|