kaori 4 лет назад
Родитель
Сommit
e73c938331
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      src/server/routes/apiv3/index.js

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

@@ -50,5 +50,7 @@ module.exports = (crowi) => {
   router.use('/slack-integration-settings', require('./slack-integration-settings')(crowi));
   router.use('/staffs', require('./staffs')(crowi));
 
+  router.use('/forgot-password', require('./forgot-password')(crowi));
+
   return router;
 };