Fixing Build break due to Readme change

This commit is contained in:
Harsh Gupta 2015-02-19 10:56:45 -08:00
parent e0f7c1b810
commit cf80721994
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ namespace RazorCompilerCacheWebSite
[HttpGet("/file")]
public IActionResult FileAction()
{
return File("readme.md", "application/text");
return File("HelloWorld.htm", "application/text");
}
[HttpGet("/view")]