allow changing the payjoin key easily later

This commit is contained in:
Kukks
2020-04-07 14:18:56 +02:00
parent 32938479ac
commit 148b04e9ba
5 changed files with 9 additions and 7 deletions

View File

@@ -30,7 +30,7 @@ using System.Diagnostics.CodeAnalysis;
namespace BTCPayServer.Payments.PayJoin
{
[Route("{cryptoCode}/bpu")]
[Route("{cryptoCode}/" + PayjoinClient.BIP21EndpointKey)]
public class PayJoinEndpointController : ControllerBase
{
/// <summary>