Fixing Build break due to Readme change
This commit is contained in:
parent
e0f7c1b810
commit
cf80721994
|
|
@ -24,7 +24,7 @@ namespace RazorCompilerCacheWebSite
|
||||||
[HttpGet("/file")]
|
[HttpGet("/file")]
|
||||||
public IActionResult FileAction()
|
public IActionResult FileAction()
|
||||||
{
|
{
|
||||||
return File("readme.md", "application/text");
|
return File("HelloWorld.htm", "application/text");
|
||||||
}
|
}
|
||||||
|
|
||||||
[HttpGet("/view")]
|
[HttpGet("/view")]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue