Skip to content

Commit

Permalink
chg: file upload type to post
Browse files Browse the repository at this point in the history
  • Loading branch information
wemakshaychavan committed Feb 27, 2023
1 parent eba5b9b commit dea9ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seller/app/modules/authentication/routes/user.route.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ router.get('/v1/users',
userController.getUsers
);

router.get('/v1/upload/:category',
router.post('/v1/upload/:category',
authentication.middleware(),
userController.upload
);
Expand Down

0 comments on commit dea9ad1

Please sign in to comment.