Update InvoiceController.cs
This commit is contained in:
parent
6120bf544a
commit
3f6913c8e5
@ -193,7 +193,7 @@ public class InvoiceController : Controller {
|
|||||||
return Ok(inv);
|
return Ok(inv);
|
||||||
}
|
}
|
||||||
|
|
||||||
[HttpPost("Cancel/{id}"), Authorize(Roles = "Client, Administrateur")]
|
[HttpPost("Cancel/{id}")]
|
||||||
public ActionResult<InvoiceModel> Cancel(int id) {
|
public ActionResult<InvoiceModel> Cancel(int id) {
|
||||||
InvoiceModel inv;
|
InvoiceModel inv;
|
||||||
List<ProductModel> prods;
|
List<ProductModel> prods;
|
||||||
|
Loading…
Reference in New Issue
Block a user