1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-26 12:55:17 +01:00

post method

This commit is contained in:
Kyle Spearrin 2018-08-03 23:09:38 -04:00
parent b2e6b49b14
commit 59c24d83bb

View File

@ -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)
{