mirror of
https://github.com/yawaflua/yaflay.ru.git
synced 2026-02-04 19:04:12 +02:00
Add 404 page
Some rework Robots.txt BugFixes controllers
This commit is contained in:
@@ -39,7 +39,7 @@ namespace yaflay.ru.Новая_папка
|
||||
|
||||
string? url = await getUrlFromGit(uri);
|
||||
await Console.Out.WriteLineAsync(url == null ? "Null" : $"notNull {url}");
|
||||
return Redirect(url ?? "https://yaflay.ru/");
|
||||
return Redirect(url ?? "https://yaflay.ru/404");
|
||||
}
|
||||
|
||||
// GET: HomeController/Create
|
||||
|
||||
Reference in New Issue
Block a user