mirror of
https://github.com/bitwarden/server
synced 2025-12-12 06:13:43 +00:00
Billing addr line1 fix, pr feedback
This commit is contained in:
@@ -484,7 +484,6 @@ namespace Bit.Api.Controllers
|
||||
}
|
||||
|
||||
[HttpPut("{id}/tax")]
|
||||
[HttpPost("{id}/tax")]
|
||||
[SelfHosted(NotSelfHostedOnly = true)]
|
||||
public async Task PutTaxInfo(string id, [FromBody]OrganizationTaxInfoUpdateRequestModel model)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user