mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 07:36:14 -05: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