Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
unchase authored Nov 22, 2019
1 parent 0fcbffc commit 8a627f5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ public void ConfigureServices(IServiceCollection services)
services.AddSwaggerGen(options =>
{
options.SwaggerDoc("v1", new Info { Title = "My API", Version = "v1" });

options.SwaggerDoc("v1", new Info {Title = "My API", Version = "v2"});

// Add filters to fix enums
options.AddEnumsWithValuesFixFilters(true);
Expand Down

0 comments on commit 8a627f5

Please sign in to comment.