mirror of
https://github.com/bitwarden/server
synced 2025-12-16 08:13:33 +00:00
post method
This commit is contained in:
@@ -30,7 +30,7 @@ namespace Bit.Billing.Controllers
|
||||
}
|
||||
|
||||
[HttpPost("premium-renewal-reminders")]
|
||||
public async Task<IActionResult> GetPremiumRenewalReminders([FromQuery] string key)
|
||||
public async Task<IActionResult> PostPremiumRenewalReminders([FromQuery] string key)
|
||||
{
|
||||
if(key != _billingSettings.JobsKey)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user