mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 07:36:14 -05: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