diff --git a/src/Yavsc.Api/Controllers/Business/BillingController.cs b/src/Yavsc.Api/Controllers/Business/BillingController.cs index b26f3bb5..65a6dbcf 100644 --- a/src/Yavsc.Api/Controllers/Business/BillingController.cs +++ b/src/Yavsc.Api/Controllers/Business/BillingController.cs @@ -204,6 +204,7 @@ namespace Yavsc.ApiControllers /// the URL surface. /// [HttpPost("estimate/{id:long}/sign")] + [ValidateAntiForgeryToken] [Consumes("application/json")] [ProducesResponseType(StatusCodes.Status201Created)] [ProducesResponseType(StatusCodes.Status400BadRequest)]