diff --git a/src/Api/Controllers/OrganizationsController.cs b/src/Api/Controllers/OrganizationsController.cs index f6105c18fa..72e9e9dad1 100644 --- a/src/Api/Controllers/OrganizationsController.cs +++ b/src/Api/Controllers/OrganizationsController.cs @@ -99,6 +99,7 @@ namespace Bit.Api.Controllers } [HttpGet("{id}/license")] + [SelfHosted(NotSelfHostedOnly = true)] public async Task GetLicense(string id, [FromQuery]Guid installationId) { var orgIdGuid = new Guid(id);