правочка)

This commit is contained in:
Полина Чубыкина 2024-05-05 00:00:59 +04:00
parent a9d1612819
commit 454f551b8b

View File

@ -32,7 +32,7 @@ var app = builder.Build();
if (app.Environment.IsDevelopment())
{
app.UseSwagger();
app.UseSwaggerUI(c => c.SwaggerEndpoint("/swagger/v1/swagger.json", "IceCreamShopRestApi v1"));
app.UseSwaggerUI(c => c.SwaggerEndpoint("/swagger/v1/swagger.json", "ConfectioneryRestApi v1"));
}
app.UseHttpsRedirection();