This commit is contained in:
Tommy Parnell
2015-10-10 20:03:14 -04:00
parent 2ec411a9de
commit 45976016d8
2 changed files with 2 additions and 1 deletions

View File

@@ -67,7 +67,7 @@ namespace DotNetMashup.Web.Controllers
return View("~/Views/Shared/Error.cshtml");
}
[Route("sitemap.xml")]
[Route("sitemap")]
public async Task sitemap()
{
Response.ContentType = "text/xml";

View File

@@ -0,0 +1 @@
User-agent: *