Skip to content

Commit

Permalink
update import for registerUser
Browse files Browse the repository at this point in the history
  • Loading branch information
seantokuzo committed Jun 26, 2024
1 parent f89eff7 commit 70f722d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/routes/userRoutes.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import express from 'express';
import { protect } from '../middleware/authMiddleware';
import registerUser from '../controllers/userController/registerUser/registerUser';
import {
registerUser,
authUser,
getUserById,
// deleteUserByEmail,
Expand Down

0 comments on commit 70f722d

Please sign in to comment.