delete oembed and fix robots.txt

This commit is contained in:
Дмитрий Шиманский
2023-10-22 13:13:17 +03:00
parent b3b570f56e
commit ebc91f07da
3 changed files with 2 additions and 12 deletions

View File

@@ -20,7 +20,7 @@ namespace yaflay.ru
services.AddMvc()
.AddRazorPagesOptions(options =>
{
options.Conventions.AddPageRoute("/robotstxt", "/Robots.Txt");
options.Conventions.AddPageRoute("/robots.txt", "/RobotsTxt");
});
//services.AddDirectoryBrowser();