Skip to content

Commit

Permalink
Fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
hagopj13 committed Mar 14, 2020
1 parent 9c15650 commit 0b15397
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/controllers/index.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
module.exports.authController = require('../controllers/auth.controller');
module.exports.userController = require('../controllers/user.controller');
module.exports.authController = require('./auth.controller');
module.exports.userController = require('./user.controller');

0 comments on commit 0b15397

Please sign in to comment.