mirror of
https://github.com/Readarr/Readarr
synced 2026-02-19 13:11:58 +01:00
Remove CustomSchemaIds for swagger
This commit is contained in:
parent
861e569422
commit
640c0f5d52
1 changed files with 0 additions and 5 deletions
|
|
@ -160,11 +160,6 @@ public void ConfigureServices(IServiceCollection services)
|
|||
});
|
||||
});
|
||||
|
||||
services.ConfigureSwaggerGen(options =>
|
||||
{
|
||||
options.CustomSchemaIds(x => x.FullName);
|
||||
});
|
||||
|
||||
services
|
||||
.AddSignalR()
|
||||
.AddJsonProtocol(options =>
|
||||
|
|
|
|||
Loading…
Reference in a new issue