Fixed Swashbuckle ToDo Example (#22143)
There were two Startup2 classes in the same namespacepull/22147/head
parent
f043023358
commit
c9c8460c3c
|
@ -6,7 +6,7 @@ using TodoApi.Models;
|
|||
|
||||
namespace TodoApi
|
||||
{
|
||||
public class Startup2
|
||||
public class Startup3
|
||||
{
|
||||
#region snippet_ConfigureServices
|
||||
public void ConfigureServices(IServiceCollection services)
|
||||
|
|
Loading…
Reference in New Issue