yusuketk 7 years ago
parent
commit
01e9e97bfc
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/server/routes/index.js

+ 1 - 0
src/server/routes/index.js

@@ -18,6 +18,7 @@ module.exports = function(crowi, app) {
   const attachment = require('./attachment')(crowi, app);
   const comment = require('./comment')(crowi, app);
   const bookmark = require('./bookmark')(crowi, app);
+  const tag = require('./tag')(crowi, app);
   const revision = require('./revision')(crowi, app);
   const search = require('./search')(crowi, app);
   const hackmd = require('./hackmd')(crowi, app);