Browse Source

required 'growi-bot'

kaori 5 years ago
parent
commit
7803a89f10
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/server/routes/apiv3/index.js

+ 2 - 0
src/server/routes/apiv3/index.js

@@ -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('/growi-bot', require('./growi-bot')(crowi));
+
   return router;
   return router;
 };
 };