Skip to content

Commit

Permalink
bg(controllers): fix no import issue on reset pass
Browse files Browse the repository at this point in the history
  • Loading branch information
vic3king committed Apr 4, 2019
1 parent 8321d5b commit de7fb13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/controllers/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ import profileController from './profile.controllers';
import articleController from './article.controllers';
import authController from './auth.controller';
import ratingController from './rating.controller';
import ResetPasswordController from './resetpassword';

export default {
profileController,
articleController,
authController,
ratingController,
ResetPasswordController,
};

0 comments on commit de7fb13

Please sign in to comment.