From d145872b6e6e4acb5a2734f5178bc0024c616c7c Mon Sep 17 00:00:00 2001 From: pavelbannov Date: Tue, 16 May 2023 14:41:01 +0300 Subject: [PATCH] fixed portal request --- web/ASC.Web.Api/Api/PortalController.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/ASC.Web.Api/Api/PortalController.cs b/web/ASC.Web.Api/Api/PortalController.cs index 657526186e..9c69f916a8 100644 --- a/web/ASC.Web.Api/Api/PortalController.cs +++ b/web/ASC.Web.Api/Api/PortalController.cs @@ -130,7 +130,8 @@ public class PortalController : ControllerBase _mapper = mapper; _httpContextAccessor = httpContextAccessor; } - + + [AllowNotPayment] [HttpGet("")] public TenantDto Get() {