This commit is contained in:
NicolasDorier
2017-09-13 16:56:33 +09:00
parent 95b45da25a
commit b17a2fc1db
10 changed files with 18 additions and 18 deletions

View File

@@ -12,7 +12,7 @@ namespace BTCPayServer.Controllers
{
public IActionResult Index()
{
return View();
return View("Home");
}
public IActionResult About()