mirror of
https://github.com/Readarr/Readarr.git
synced 2026-03-05 13:20:32 -05:00
Remove CustomSchemaIds for swagger
This commit is contained in:
@@ -160,11 +160,6 @@ namespace NzbDrone.Host
|
||||
});
|
||||
});
|
||||
|
||||
services.ConfigureSwaggerGen(options =>
|
||||
{
|
||||
options.CustomSchemaIds(x => x.FullName);
|
||||
});
|
||||
|
||||
services
|
||||
.AddSignalR()
|
||||
.AddJsonProtocol(options =>
|
||||
|
||||
Reference in New Issue
Block a user