mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 14:34:23 +01:00
Updating display of generated HTML
This commit is contained in:
@@ -285,7 +285,10 @@ namespace BTCPayServer.Controllers
|
||||
[Route("{appId}/paybutton")]
|
||||
public async Task<IActionResult> PayButton(string appId)
|
||||
{
|
||||
var model = new PayButtonViewModel();
|
||||
var model = new PayButtonViewModel
|
||||
{
|
||||
UrlRoot = "http://127.0.0.1:14142"
|
||||
};
|
||||
return View(model);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user