mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-21 22:11:48 +01:00
Fix crowdfound on root
This commit is contained in:
parent
6208706d46
commit
d0188f42b7
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ namespace BTCPayServer.Controllers
|
|||
var res = await controller.ViewCrowdfund(appId, null) as ViewResult;
|
||||
if (res != null)
|
||||
{
|
||||
res.ViewName = $"/Views/AppsPublic/{res.ViewName}.cshtml";
|
||||
res.ViewName = $"/Views/AppsPublic/ViewCrowdfund.cshtml";
|
||||
return res; // return
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue