Skip to content

Commit

Permalink
ProductApi
Browse files Browse the repository at this point in the history
  • Loading branch information
shopizer-ecommerce committed Apr 26, 2023
1 parent 1e495f7 commit 054a3bd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified sm-shop/files/store/DownlaodRepository.dat
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ public ReadableProductList list(
* <p>
* /api/product/123
*/

/**
@RequestMapping(value = {"/product/{id}","/products/{id}"}, method = RequestMethod.GET)
@ApiOperation(httpMethod = "GET", value = "Get a product by id", notes = "For administration and shop purpose. Specifying ?merchant is required otherwise it falls back to DEFAULT")
@ApiResponses(value = {
Expand Down

0 comments on commit 054a3bd

Please sign in to comment.