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

@@ -1,14 +1,6 @@
using Microsoft.AspNetCore.Hosting.StaticWebAssets;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using System.Net;
using System.Net.Http.Headers;
using System.Text;
using Microsoft.AspNetCore.Mvc;
using System.Text.Json;
using System.Text.Json.Nodes;
using HeyRed.OEmbed.Abstractions;
using HeyRed.OEmbed.Models;
using HeyRed.OEmbed;
namespace yaflay.ru.Новая_папка
{