mirror of
https://github.com/bitwarden/server
synced 2025-12-23 11:43:23 +00:00
upadte package and move billing to full .net
This commit is contained in:
@@ -6,7 +6,7 @@ namespace Bit.Billing.Controllers
|
||||
public class StripeController : Controller
|
||||
{
|
||||
[HttpPost("webhook")]
|
||||
public void PostWebhook([FromBody]dynamic body)
|
||||
public void PostWebhook([FromBody]dynamic body, [FromQuery] string key)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user