mirror of
https://github.com/yawaflua/yaflay.ru.git
synced 2026-02-04 19:04:12 +02:00
add providers to oembed, add robots.txt
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user