Skip to content

Commit

Permalink
Remove CustomSchemaIds for swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
mynameisbogdan committed Apr 29, 2023
1 parent 861e569 commit 640c0f5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/NzbDrone.Host/Startup.cs
Expand Up @@ -160,11 +160,6 @@ public void ConfigureServices(IServiceCollection services)
});
});

services.ConfigureSwaggerGen(options =>
{
options.CustomSchemaIds(x => x.FullName);
});

services
.AddSignalR()
.AddJsonProtocol(options =>
Expand Down

0 comments on commit 640c0f5

Please sign in to comment.