mirror of
https://github.com/bitwarden/server.git
synced 2025-01-06 19:28:08 +01:00
fix auth
This commit is contained in:
parent
5ce7aaecc2
commit
7691159e68
@ -13,7 +13,6 @@ public class BillingController(
|
||||
{
|
||||
[HttpPost]
|
||||
[Route("calculate-tax")]
|
||||
[AllowAnonymous]
|
||||
public async Task<IResult> CalculateTaxAsync([FromBody] CalculateTaxRequestModel requestBody)
|
||||
{
|
||||
var options = new Stripe.Tax.CalculationCreateOptions
|
||||
|
Loading…
Reference in New Issue
Block a user