mirror of
https://github.com/bitwarden/server.git
synced 2025-05-21 11:34:31 -05:00
post method
This commit is contained in:
parent
b2e6b49b14
commit
59c24d83bb
@ -30,7 +30,7 @@ namespace Bit.Billing.Controllers
|
|||||||
}
|
}
|
||||||
|
|
||||||
[HttpPost("premium-renewal-reminders")]
|
[HttpPost("premium-renewal-reminders")]
|
||||||
public async Task<IActionResult> GetPremiumRenewalReminders([FromQuery] string key)
|
public async Task<IActionResult> PostPremiumRenewalReminders([FromQuery] string key)
|
||||||
{
|
{
|
||||||
if(key != _billingSettings.JobsKey)
|
if(key != _billingSettings.JobsKey)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user