Skip to content

Commit

Permalink
Fix import case sensitivity for UserController in users.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sAchin-680 committed Dec 4, 2024
1 parent fffd132 commit 818de34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/users.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const {
searchUserController,
uploadProfilePictureController,
uploadCoverPictureController,
} = require('../controllers/userController');
} = require('../controllers/UserController');
const upload = require('../middlewares/upload');
const router = express.Router();

Expand Down

0 comments on commit 818de34

Please sign in to comment.