mirror of
https://github.com/bitwarden/server.git
synced 2024-11-26 12:55:17 +01:00
post method
This commit is contained in:
parent
b2e6b49b14
commit
59c24d83bb
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user