PIbd-22 Chubykina P.P. LabWork_05 #7

Closed
chubykina_polina wants to merge 7 commits from LabWork_05 into LabWork_04
Showing only changes of commit 454f551b8b - Show all commits

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();