Skip to content

Commit ab8db3d

Browse files
committed
Added comment
1 parent 1679b8a commit ab8db3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/routes/user.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ const router = express.Router();
44
const UserController = require('../controllers/user');
55
const checkAuth = require('../middleware/check-auth');
66

7+
// Handle incoming requests
78
router.post("/signup", UserController.user_signup);
89

910
router.post("/login", UserController.user_login);

0 commit comments

Comments
 (0)