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