react-version #1

Merged
memartel_loc merged 290 commits from react-version into main 2023-11-04 09:48:15 -04:00
Showing only changes of commit 3f6913c8e5 - Show all commits

View File

@ -193,7 +193,7 @@ public class InvoiceController : Controller {
return Ok(inv);
}
[HttpPost("Cancel/{id}"), Authorize(Roles = "Client, Administrateur")]
[HttpPost("Cancel/{id}")]
public ActionResult<InvoiceModel> Cancel(int id) {
InvoiceModel inv;
List<ProductModel> prods;