add providers to oembed, add robots.txt

This commit is contained in:
Дмитрий Шиманский
2023-10-22 01:51:58 +03:00
parent 0fa9a491ae
commit 5471ad08ba
4 changed files with 37 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ namespace yaflay.ru.Новая_папка
string? url = await getUrlFromGit(uri);
return Redirect(url != null ? url : uri);
return Redirect(url != null ? url : "https://yaflay.ru/");
}
// GET: HomeController/Create