Fix tor services not appearing

This commit is contained in:
nicolas.dorier
2019-03-17 21:47:08 +09:00
parent a4051dac72
commit 7998ea142b

View File

@@ -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}"