2
0
kaori 4 жил өмнө
parent
commit
e73c938331

+ 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;
 };