mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 22:14:26 +01:00
Adding code comment for review
This commit is contained in:
@@ -170,6 +170,8 @@ namespace BTCPayServer.Controllers
|
||||
TempData[WellKnownTempData.SuccessMessage] = "App updated";
|
||||
return RedirectToAction(nameof(UpdateCrowdfund), new { appId });
|
||||
}
|
||||
// TODO: Check with Kukks if we can remove this tricky logic of redirecting to viewapp
|
||||
// I've already switched do button directly linking to AppPublic ViewCrowdfund action
|
||||
else if (command == "viewapp")
|
||||
{
|
||||
return RedirectToAction(nameof(AppsPublicController.ViewCrowdfund), "AppsPublic", new { appId });
|
||||
|
||||
Reference in New Issue
Block a user