mirror of
https://github.com/bitwarden/server
synced 2025-12-22 11:13:27 +00:00
install validation fixes
This commit is contained in:
@@ -21,7 +21,7 @@ namespace Bit.Api.Controllers
|
||||
_installationRepository = installationRepository;
|
||||
}
|
||||
|
||||
[HttpPost("{id}")]
|
||||
[HttpGet("{id}")]
|
||||
[AllowAnonymous]
|
||||
public async Task<InstallationResponseModel> Get(Guid id)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user