소스 검색

correct path

USRINGENICO\fmorel 3 년 전
부모
커밋
e43db57328
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Dotnet/Warhammer/Controllers/HomeController.cs

+ 1 - 1
Dotnet/Warhammer/Controllers/HomeController.cs

@@ -33,7 +33,7 @@ namespace Warhammer.Controllers
                     SOC = 40
                 }
             };
-            return View(players);
+            return View("PlayerListView",players);
         }
 
         public IActionResult Index()