Content
8 10 11 12 13 15 16 17 18 19 208 21 22 23 24 var app builder Build); Configure the HTTP request pipeline Bif (app. Environment. IsDevelopment()) app. UseSwagger); app. UseSwaggerUIO); app. UseHttpsRedirection0); Bapp. MapGet ("", () return "anything"; 3); app. Run();