This commit is contained in:
Халимов Рустам
2026-02-09 23:54:03 +03:00
parent c98c96e408
commit ee40b38968
65 changed files with 6157 additions and 957 deletions
+3 -3
View File
@@ -1,12 +1,12 @@
var builder = WebApplication.CreateBuilder(args);
// Add services to the container.
// Learn more about configuring OpenAPI at https://aka.ms/aspnet/openapi
// Добавление сервисов в контейнер.
// Узнайте больше о конфигурации OpenAPI на https://aka.ms/aspnet/openapi
builder.Services.AddOpenApi();
var app = builder.Build();
// Configure the HTTP request pipeline.
// Настройка конвейера HTTP-запросов.
if (app.Environment.IsDevelopment())
{
app.MapOpenApi();