mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 14:34:23 +01:00
Rename UI controllers
This commit is contained in:
@@ -52,8 +52,8 @@ namespace BTCPayServer.Services.Notifications.Blobs
|
||||
{
|
||||
vm.Body = $"{baseStr} {TextMapping[notification.Event]}";
|
||||
}
|
||||
vm.ActionLink = _linkGenerator.GetPathByAction(nameof(InvoiceController.Invoice),
|
||||
"Invoice",
|
||||
vm.ActionLink = _linkGenerator.GetPathByAction(nameof(UIInvoiceController.Invoice),
|
||||
"UIInvoice",
|
||||
new { invoiceId = notification.InvoiceId }, _options.RootPath);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user