Fix crowdfound on root

This commit is contained in:
nicolas.dorier 2020-06-27 15:33:34 +09:00
parent 6208706d46
commit d0188f42b7
No known key found for this signature in database
GPG key ID: 6618763EF09186FE

View file

@ -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
}