forked from sanchezvem/PyroFetes
Retired /api in all the endpoints
This commit is contained in:
@@ -15,7 +15,7 @@ public class PatchQuotationConditionsSaleEndpoint(
|
||||
{
|
||||
public override void Configure()
|
||||
{
|
||||
Patch("/api/quotations/{@Id}/ConditionsSale", x => new { x.Id });
|
||||
Patch("/quotations/{@Id}/saleConditions", x => new { x.Id });
|
||||
AllowAnonymous();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user