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