Skip to content

Commit

Permalink
add validator for api getNfts (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
hichri-louay authored Aug 10, 2023
2 parents bbf362c + 64af234 commit 55349f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/wallet.routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -812,6 +812,6 @@ router.post('/export-keystore', verifyAuth, exportKeyStoreValidation ,exportKeyS
router.post('/export-keystore-mobile', verifyAuth ,exportKeyStoreMobile)


router.get('/nfts/:address', getNftByAddress)
router.get('/nfts/:address', checkEVMValidation,getNftByAddress)

module.exports = router

0 comments on commit 55349f2

Please sign in to comment.