Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/api crypto get product [ 2 ] #209

Conversation

prakashchoudhary07
Copy link
Contributor

@prakashchoudhary07 prakashchoudhary07 commented Feb 28, 2021


const getProduct = async (req, res) => {
try {
const productId = req.params.productId
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

joi validation missing

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is GET call to product/:productid, is validation necessary here?

@prakashchoudhary07 prakashchoudhary07 changed the title Feature/api crypto get product Feature/api crypto get product [ 2 ] Mar 7, 2021
@sahsisunny sahsisunny closed this Nov 6, 2023
@prakashchoudhary07
Copy link
Contributor Author

This is being deleted as the contracts were updated, and the project is on hold currently

@prakashchoudhary07 prakashchoudhary07 deleted the feature/api-crypto-get-product-id branch November 6, 2023 20:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

get product/product_id
3 participants