mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-02-23 15:14:49 +01:00
Fix tor services not appearing
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user