Removing legacy class

This commit is contained in:
rockstardev
2025-03-15 04:10:35 -05:00
parent 5a24651be0
commit 1b2dfb3e82
2 changed files with 0 additions and 220 deletions

View File

@@ -19,15 +19,6 @@ namespace BTCPayServer.Controllers;
public partial class UIStoresController
{
// public class StoreEmailRuleViewModel
// {
// public List<StoreEmailRule> Rules { get; set; }
// }
[HttpGet("{storeId}/email-settings")]
public async Task<IActionResult> StoreEmailSettings(string storeId)
{