diff --git a/BTCPayServer/Controllers/ServerController.cs b/BTCPayServer/Controllers/ServerController.cs index 275cc86e1..e8a581edd 100644 --- a/BTCPayServer/Controllers/ServerController.cs +++ b/BTCPayServer/Controllers/ServerController.cs @@ -470,7 +470,7 @@ namespace BTCPayServer.Controllers { if (torService.VirtualPort == 80) { - result.OtherExternalServices.Add(new ServicesViewModel.OtherExternalService() + result.TorServices.Add(new ServicesViewModel.OtherExternalService() { Name = torService.Name, Link = $"http://{torService.OnionHost}"