Fixed Swashbuckle ToDo Example (#22143)

There were two Startup2 classes in the same namespace
pull/22147/head
PascalSenn 2021-04-27 04:31:13 +02:00 committed by GitHub
parent f043023358
commit c9c8460c3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ using TodoApi.Models;
namespace TodoApi
{
public class Startup2
public class Startup3
{
#region snippet_ConfigureServices
public void ConfigureServices(IServiceCollection services)