Skip to content

Commit

Permalink
Merge pull request #42 from sathirauop/main
Browse files Browse the repository at this point in the history
minor changes
  • Loading branch information
sathirauop authored Mar 6, 2021
2 parents 0c021d9 + e38779f commit cb90fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Backends/Local Server/src/routes/api/authRoute.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const isAuth = require("../../middlewares/authorization")


//router.post('/register',authController.register)
//router.post('/login', authController.login)
router.post('/login', authController.login)

router.post('/addCard',cardValidation.validateBody(cardValidation.schemas.cardAddorReturnSchema),cardController.addCard);
router.post('/issueCard',cardValidation.validateBody(cardValidation.schemas.cardIssueSchema),cardController.issueCard);
Expand Down

0 comments on commit cb90fda

Please sign in to comment.