Prettify the bitcoin core node page

This commit is contained in:
nicolas.dorier
2019-05-07 14:44:26 +09:00
parent b6c37a73b1
commit 232ceed8b0
3 changed files with 15 additions and 3 deletions

View File

@@ -601,7 +601,7 @@ namespace BTCPayServer.Controllers
{
ShowQR = showQR,
WalletName = service.ServiceName,
ServiceLink = service.ConnectionString.Server.AbsoluteUri
ServiceLink = service.ConnectionString.Server.AbsoluteUri.WithoutEndingSlash()
});
}
var connectionString = await service.ConnectionString.Expand(this.Request.GetAbsoluteUriNoPathBase(), service.Type);