Skip to content

Commit

Permalink
fix: correct url in swagger for ratings endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
ageddesi committed Sep 11, 2022
1 parent 5deefb5 commit 625f038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -1528,7 +1528,7 @@
}
}
},
"/products/reviews/{rating}" : {
"/products/reviews/ratings/{rating}" : {
"get": {
"tags": ["Products"],
"summary" : "Obtain a list of random reviews with a specific rating",
Expand Down

0 comments on commit 625f038

Please sign in to comment.