Remove CustomSchemaIds for swagger

pull/2414/head
Bogdan 1 year ago
parent 861e569422
commit 640c0f5d52

@ -160,11 +160,6 @@ namespace NzbDrone.Host
});
});
services.ConfigureSwaggerGen(options =>
{
options.CustomSchemaIds(x => x.FullName);
});
services
.AddSignalR()
.AddJsonProtocol(options =>

Loading…
Cancel
Save