mirror of
https://github.com/bitwarden/server.git
synced 2025-07-03 09:02:48 -05:00
GetLicense API is for only not self hosted
This commit is contained in:
@ -99,6 +99,7 @@ namespace Bit.Api.Controllers
|
||||
}
|
||||
|
||||
[HttpGet("{id}/license")]
|
||||
[SelfHosted(NotSelfHostedOnly = true)]
|
||||
public async Task<OrganizationLicense> GetLicense(string id, [FromQuery]Guid installationId)
|
||||
{
|
||||
var orgIdGuid = new Guid(id);
|
||||
|
Reference in New Issue
Block a user