Skip to content

Commit

Permalink
Rename controller action to fix RestApi client generation
Browse files Browse the repository at this point in the history
  • Loading branch information
megafreeman committed Sep 13, 2017
1 parent 51f6617 commit af4bbb6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ public IHttpActionResult EvaluateProductPrices(string productId)
[HttpGet]
[ResponseType(typeof(Price[]))]
[Route("api/products/{productId}/{catalogId}/pricesWidget")]
public IHttpActionResult EvaluateProductPrices(string productId, string catalogId)
public IHttpActionResult EvaluateProductPricesForCatalog(string productId, string catalogId)
{
var priceEvalContext = new PriceEvaluationContext
{
Expand Down

0 comments on commit af4bbb6

Please sign in to comment.